Question Detail Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B Similar Questions : 1. A member is a Variable in a structureDatatype of structureStructure pointerNone of above Answer: Option A 2. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 3. Which operator in c can't be overloaded %+::- Answer: Option C 4. If include files can be nested YesNo Answer: Option A 5. Difference between structure and union is We can define functions within structures but not within a unionWe can define functions within union but not within a structureThe way memory is allocatedThere is no difference Answer: Option C Read more from - C Programming Questions Answers - Chapter 1