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 operator in c can't be overloaded

  • %
  • +
  • ::
  • -

2. Which operator has the highest priority

  • ()
  • []
  • *
  • /

3. The compiler in C ignores all text till the end of line using

  • //
  • /
  • */
  • none of above

4. What is true about fputs function

  • write to a file
  • takes two parameters
  • requires a file pointer
  • all of above

5. rand() function returns

  • float value
  • integer value
  • any type
  • none of above
Read more from - C Programming Questions Answers - Chapter 1