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