FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

C Programming Multiple Choice Questions and Answers

61. The arguments are passed from _______ during a function call.
right to left
 
62. The _______ statement is used to bypass the remainder of the statement in the current iteration.
continue
 
63. The ________ terminates the execution of function and returns control back to the calling function.
return statement
 
 
64. Files provide an efficient way of handling input/output of _______ of data.
large volumes
 
65. The scanf() return the number of ______ read.
items
 
66. On the right shift operation, the sign bit is _______
restored