Question Detail Which operator has the highest priority ()[]*/ Answer: Option A Similar Questions : 1. Which operator has the highest priority ()[]*/ Answer: Option A 2. To access the members of structure which symbol is used *-,. Answer: Option D 3. Can getch() be used to echo the input YesNo Answer: Option B 4. What is dangling pointer in c if pointer is pointing to a memory location from where variable has been deletedif pointer is assigned to more than one variableif pointer is not defined properlynone of above Answer: Option A 5. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to call by valuecall by referenceboth of abovenone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1