Question Detail What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B Similar Questions : 1. What is use of \r in c used to insert a vertical tabused to insert a tabplaces cursor at the end of lineplaces cursor at the start of line Answer: Option D 2. Which operator has the highest priority ()[]*/ Answer: Option A 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. What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B 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