Question Detail Which operator in c can't be overloaded %+::- Answer: Option C Similar Questions : 1. Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option 2. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 3. Adding to a pointer that points to an array will Cause an errorIncrease the value of the element that the pointer is pointing toCause the pointer to point to the next element in the arrayNone of above Answer: Option C 4. If (*p) and **p is same NoYes Answer: Option A 5. What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B Read more from - C Programming Questions Answers - Chapter 1