download Mastguru Android App

Question Detail

Can getch() be used to echo the input

  • Yes
  • No
Similar Questions :

1. printf() belongs to which library of c

  • stdlib.h
  • stdio.h
  • stdout.h
  • stdoutput.h

2. If include files can be nested

  • Yes
  • No

3. What is correct order of precedence in C

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

4. A member is a

  • Variable in a structure
  • Datatype of structure
  • Structure pointer
  • None of above

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

  • integer
  • int
  • null
  • none of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment