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 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. If (*p) and **p is same NoYes Answer: Option A 3. Exit() is same as return TRUEFALSE Answer: Option B 4. What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf(\"%d\",x); } error010Garbage value Answer: Option B 5. A variable in c must have a valid datatypecan't have a name same as keywordmust have a name starting with a characterAll of above Answer: Option D Read more from - C Programming Questions Answers - Chapter 1