Question Detail What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B Similar Questions : 1. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 2. 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 3. 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 4. To access the members of structure which symbol is used *-,. Answer: Option D 5. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A Read more from - C Programming Questions Answers - Chapter 1