FeedBack Form

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

C Programming Multiple Choice Questions and Answers

67. Register variables are treated as ________ variables if processor registers are not free.
auto
 
68. Elements of a structure variable are accessed using ________ operator.
dot
 
69. _______ and _______ operations can be performed on enumerated data type.
Arithmetic, logical
 
 
70. If a program contains _______ errors, it will not compile.
syntax
 
71. Right shift by one bit is equivalent to _______ by two.
division
 
72. Static variables are initialized to value _______ if not initialized explicitly.
0