MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is the first stage of compilation of a C program? |
| A. | linking |
| B. | assembling |
| C. | preprocessing |
| D. | compiling |
| Answer» D. compiling | |
| 2. |
What is a standard library function to read 1 char at a time? |
| A. | putchar() |
| B. | printf() |
| C. | getchar() |
| D. | write() |
| Answer» D. write() | |
| 3. |
What is the value of character constant ' 'om ASCII character set? |
| A. | 1 |
| B. | 65 |
| C. | 101 |
| D. | 20 |
| Answer» C. 101 | |