Question Detail Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B Similar Questions : 1. What among following is true about stack stack cannot reuse its memoryall elements are of different datatypesall operation done at one endnone of above Answer: Option C 2. If include files can be nested YesNo Answer: Option A 3. What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf(\"%d\",x); } error010Garbage value Answer: Option B 4. rand() function returns float valueinteger valueany typenone of above Answer: Option B 5. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D Read more from - C Programming Questions Answers - Chapter 1