Question Detail A member is a Variable in a structureDatatype of structureStructure pointerNone of above Answer: Option A Similar Questions : 1. 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 2. rand() function returns float valueinteger valueany typenone of above Answer: Option B 3. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 4. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 5. Which operator in c can't be overloaded %+::- Answer: Option C Read more from - C Programming Questions Answers - Chapter 1