Question Detail

Can getch() be used to echo the input

  • Yes
  • No
Similar Questions :

1. Which operator has the highest priority

  • ()
  • []
  • *
  • /

2. If include files can be nested

  • Yes
  • No

3. What is true about fputs function

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

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

5. 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
Read more from - C Programming Questions Answers - Chapter 1