Question Detail Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C Similar Questions : 1. UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B 2. A variable in c must have a valid datatypecan't have a name same as keywordmust have a name starting with a characterAll of above Answer: Option D 3. total number of keywords in C are 303248132 Answer: Option B 4. What is use of \r in c used to insert a vertical tabused to insert a tabplaces cursor at the end of lineplaces cursor at the start of line Answer: Option D 5. A member is a Variable in a structureDatatype of structureStructure pointerNone of above Answer: Option A Read more from - C Programming Questions Answers - Chapter 1