Question Detail UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B Similar Questions : 1. What among following is true about stack stack cannot reuse its memoryall elements are of different datatypesall operation done at one endnone of above Answer: Option C 2. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone 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. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 5. Disadvantage of array in C is We can easily access each elementIt is necessary to declare too many variablesIt can store only one similar type of dataNone of above Answer: Option C Read more from - C Programming Questions Answers - Chapter 1