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. total number of keywords in C are 303248132 Answer: Option B 2. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 3. A member is a Variable in a structureDatatype of structureStructure pointerNone of above Answer: Option A 4. Difference between calloc() and malloc() calloc() takes a single argument while malloc() needs two argumentsmalloc() takes a single argument while calloc() needs two argumentsmalloc() initializes the allocated memory to ZEROcalloc() initializes the allocated memory to NULL Answer: Option B 5. calloc() belongs to which library stdlib.hmalloc.hcalloc.hNone of above Answer: Option A Read more from - C Programming Questions Answers - Chapter 1