download Mastguru Android App

Question Detail

What is use of \r in c

  • used to insert a vertical tab
  • used to insert a tab
  • places cursor at the end of line
  • places cursor at the start of line
Similar Questions :

1. Which of the following below is/are valid C keywords

  • integer
  • int
  • null
  • none of above

2. To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .

3. Exit() is same as return

  • TRUE
  • FALSE

4. Difference between structure and union is

  • We can define functions within structures but not within a union
  • We can define functions within union but not within a structure
  • The way memory is allocated
  • There is no difference

5. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -
Read more from - C Programming Questions Answers - Chapter 1
Post a comment