Question Detail

total number of keywords in C are

  • 30
  • 32
  • 48
  • 132
Similar Questions :

1. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -

2. Break statement is used for

  • Quit a program
  • Quit the current iteration
  • Both of above
  • None of above

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

4. Adding to a pointer that points to an array will

  • Cause an error
  • Increase the value of the element that the pointer is pointing to
  • Cause the pointer to point to the next element in the array
  • None of above

5. Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above
Read more from - C Programming Questions Answers - Chapter 1