Question Detail Can getch() be used to echo the input YesNo Answer: Option B Similar Questions : 1. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D 2. We can insert pre written code in a C program by using #read#get#include#put Answer: Option C 3. 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 4. 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 5. To access the members of structure which symbol is used *-,. Answer: Option D Read more from - C Programming Questions Answers - Chapter 1