Question Detail The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A Similar Questions : 1. What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B 2. Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option B 3. What is use of \r in c used to insert a vertical tabused to insert a tabplaces cursor at the end of lineplaces cursor at the start of line Answer: Option D 4. What is prototype of a function in C It is the return type of a functionIt is the return data of the functionIt is declaration of a functionIt is a datatype Answer: Option C 5. Continue statement used for To continue to the next line of codeTo stop the current iteration and begin the next iteration from the beginningTo handle run time errorNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1