Question Detail Which operator has the highest priority ()[]*/ Answer: Option A Similar Questions : 1. calloc() belongs to which library stdlib.hmalloc.hcalloc.hNone of above Answer: Option A 2. 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 3. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B 4. Size of void pointer is 1 byte2 byte4 byte8 byte Answer: Option B 5. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C Read more from - C Programming Questions Answers - Chapter 1