C - Programming - PART 1 « Previous Next » 1. The length of a character constant can: A. 1 B. -128 to 128 C. Any D. None of these [BU BHOPAL-2012] Answer: A - 1 2. Break statement in necessary for switch control statement: A. True B. False [BU BHOPAL-2012] Answer: A - True 3. We can merge for while and do while together: A. The same as static RAM B. Less than that of static RAM [BU BHOPAL-2012] Answer: B - False 4. An Array of Character can store: A. Only one character B. Only Integer C. Both D. None of these [BU BHOPAL-2012] Answer: A - Only one character 5. How many storage class use in C language: A. 2 B. 4 C. 5 D. 6 [BU BHOPAL-2012] Answer: B - 4 [auto,extern,static,register] 6. Integer reserve ------- bytes of space in memory: A. 2 B. 4 C. 8 D. None [BU BHOPAL-2013] Answer: A - 2 7. Pictorial representation of a program is called: A. Algorithm B. Program C. Flowchart D. None [BU BHOPAL-2013] Answer: C - Flowchart 8. C use ------- to convert program into machine codes: A. Compiler B. Interpreter C. Assembler D. None [BU BHOPAL-2013] Answer: A - Compiler 9. Switch is a ------- structure: A. Case control B. Decision control C. Loop D. None [BU BHOPAL-2013] Answer: A - Case control 10. 'OR' is a ---- operator: A. Logical B. Relational C. Arithmetic D. None [BU BHOPAL-2013] Answer: A - Logical « Previous Next »
No comments:
Post a Comment