C Programming Multiple Choice Questions and Answers
Computer Languages
55. | A C program is written in a _______ format. |
---|
56. | Left shift by one bit is equivalent to _______ by two. |
---|
57. | The use of bit wise operations results in _______ execution. |
---|
58. | A variable ________ have more than storage class associated with it. |
---|
59. | The strcmp() returns value _______ if its arguments are identical. |
---|
60. | The library function free() is used to dynamically ________ memory. |
---|