Question Detail

Which operator has the highest priority

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

1. Which operator has the highest priority

  • ()
  • []
  • *
  • /

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

  • *
  • -
  • ,
  • .

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

  • Yes
  • No

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. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to

  • call by value
  • call by reference
  • both of above
  • none of above
Read more from - C Programming Questions Answers - Chapter 1