Question Detail

total number of keywords in C are

  • 30
  • 32
  • 48
  • 132
Similar Questions :

1. What among following is true about stack

  • stack cannot reuse its memory
  • all elements are of different datatypes
  • all operation done at one end
  • none of above

2. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -

3. Break statement is used for

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

4. rand() function returns

  • float value
  • integer value
  • any type
  • none of above

5. A variable in c

  • must have a valid datatype
  • can't have a name same as keyword
  • must have a name starting with a character
  • All of above
Read more from - C Programming Questions Answers - Chapter 1