Question Detail UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B Similar Questions : 1. Which operator in c can't be overloaded %+::- Answer: Option C 2. Which of the following below is/are valid C keywords integerintnullnone of above Answer: Option B 3. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 4. What is wild pointer in c a pointer which we need to write in futurea pointer which has bad naming conventiona pointer which has no limita point which has not initialized Answer: Option D 5. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1