Question Detail Which operator in c can't be overloaded %+::- Answer: Option C Similar Questions : 1. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B 2. calloc() belongs to which library stdlib.hmalloc.hcalloc.hNone of above Answer: Option A 3. Which operator has the highest priority ()[]*/ Answer: Option A 4. If (*p) and **p is same NoYes Answer: Option A 5. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B Read more from - C Programming Questions Answers - Chapter 1