Question Detail 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 Similar Questions : 1. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 2. Can getch() be used to echo the input YesNo Answer: Option B 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. We can insert pre written code in a C program by using #read#get#include#put Answer: Option C 5. The first expression in a for loop is Step value of loopValue of the counter variableAny of aboveNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1