C Programming Multiple Choice Questions and Answers
Computer Languages
13. | Every instruction in C language must terminate with |
---|
14. | Boolean data type _______ a primitive data type in C. |
---|
15. | A long integer value occupies _______ in memory. |
---|
16. | Enumerated data helps in improving the _______ of the source code. |
---|
17. | By default, the printf() function sends the output to _______ file. |
---|
18. | The minimum number of return statements used in a function is _______ |
---|