Question Detail 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 Similar Questions : 1. What is prototype of a function in C It is the return type of a functionIt is the return data of the functionIt is declaration of a functionIt is a datatype Answer: Option C 2. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D 3. Which operator in c can't be overloaded %+::- Answer: Option C 4. What among following is true about stack stack cannot reuse its memoryall elements are of different datatypesall operation done at one endnone of above Answer: Option C 5. What is wild pointer in c a pointer which we need to write in futurea pointer which has bad naming conventiona pointer which has no limita point which has not initialized Answer: Option D Read more from - C Programming Questions Answers - Chapter 1