Question Detail We can insert pre written code in a C program by using #read#get#include#put Answer: Option C Similar Questions : 1. Disadvantage of array in C is We can easily access each elementIt is necessary to declare too many variablesIt can store only one similar type of dataNone of above Answer: Option C 2. Due to variable scope in c Variables created in a function cannot be used another functionVariables created in a function can be used in another functionVariables created in a function can only be used in the main functionNone of above Answer: Option A 3. A member is a Variable in a structureDatatype of structureStructure pointerNone of above Answer: Option A 4. 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 5. If include files can be nested YesNo Answer: Option A Read more from - C Programming Questions Answers - Chapter 1