Question Detail

Which operator has the highest priority

  • ()
  • []
  • *
  • /
Similar Questions :

1. rand() function returns

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

2. Can getch() be used to echo the input

  • Yes
  • No

3. To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .

4. total number of keywords in C are

  • 30
  • 32
  • 48
  • 132

5. Which operator in c can't be overloaded

  • %
  • +
  • ::
  • -
Read more from - C Programming Questions Answers - Chapter 1