FeedBack Form

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

C Programming Multiple Choice Questions and Answers

55. A C program is written in a _______ format.
free
 
56. Left shift by one bit is equivalent to _______ by two.
multiplication
 
57. The use of bit wise operations results in _______ execution.
faster
 
 
58. A variable ________ have more than storage class associated with it.
cannot
 
59. The strcmp() returns value _______ if its arguments are identical.
0
 
60. The library function free() is used to dynamically ________ memory.
deallocate