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. What is dangling pointer in c

  • if pointer is pointing to a memory location from where variable has been deleted
  • if pointer is assigned to more than one variable
  • if pointer is not defined properly
  • none of above

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

  • integer
  • int
  • null
  • none of above

3. If (*p) and **p is same

  • No
  • Yes

4. What is correct order of precedence in C

  • Addition, Division, Modulus
  • Addition, Modulus, Division
  • Multiplication, Substration, Modulus
  • Modulus, Multiplication, Substration

5. Which operator in c can't be overloaded

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