Question Detail The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A Similar Questions : 1. total number of keywords in C are 303248132 Answer: Option B 2. 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 3. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 4. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B 5. We can insert pre written code in a C program by using #read#get#include#put Answer: Option C Read more from - C Programming Questions Answers - Chapter 1