C - Programming - PART 2 « Previous Next » 1. '+' and '-' is having ----- precedence: A. Same B. Not same C. Higher D. None [BU BHOPAL-2013] Answer: A - Same 2. ------ loop scan atleast once before terminating: A. While B. For C. dowhile D. None [BU BHOPAL-2013] Answer: C - dowhile 3. Pointer variable store --------- of a variable: A. Address B. Value C. Location D. None [BU BHOPAL-2013] Answer: A - Address 4. Two function with same name can be ----- in 'C': A. defined B. Notdefined C. Cann't say D. None [BU BHOPAL-2013] Answer: B - Notdefined 5. Function call by address is: A. Call by value B. Call by reference C. Prototype D. None [BU BHOPAL-2013] Answer: B - Call by reference 6. ------ is user define data type: A. Structure B. int C. float D. None [BU BHOPAL-2013] Answer: A - Structure 7. 'Void' in function means ----- value: A. Integer B. Null C. Character D. None [BU BHOPAL-2013] Answer: B - Null 8. Character reserve ---- space in memory: A. 1byte B. 2byte C. 4byte D. None [BU BHOPAL-2013] Answer: A - 1byte 9. ++i and i=i+1 are ------ expression: A. Same B. Different C. Can'nt say D. None [BU BHOPAL-2013] Answer: B - Different 10. Function must have ------: A. return type B. Number of arguments C. Both a and b D. None [BU BHOPAL-2013] Answer: A - return type « Previous Next »
No comments:
Post a Comment