C Programming Multiple Choice Questions and Answers
Computer Languages
31. | The argument of switch statement cannot be _______ |
---|
32. | The C language _______ built in facility to check array bounds. |
---|
33. | The printf() return the number of ______ displayed. |
---|
34. | Bit wise operators can only be used on _______ operands. |
---|
35. | The _______ statement must be used for each case, except the last, in a switch statement. |
---|
36. | A function cannot return more than one value through a _______ statement. |
---|