download Mastguru Android App

Question Detail

Can getch() be used to echo the input

  • Yes
  • No
Similar Questions :

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

  • integer
  • int
  • null
  • none of above

2. total number of keywords in C are

  • 30
  • 32
  • 48
  • 132

3. 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

4. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -

5. Size of void pointer is

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte
Read more from - C Programming Questions Answers - Chapter 1
Post a comment