

MCQOPTIONS
Saved Bookmarks
This section includes 202 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
201. |
How many bytes are occupied by near, far and huge pointers (DOS)? |
A. | near=2 far=4 huge=4 |
B. | near=4 far=8 huge=8 |
C. | near=2 far=4 huge=8 |
D. | near=4 far=4 huge=8 |
Answer» B. near=4 far=8 huge=8 | |
202. |
What is (void*)0? |
A. | Representation of NULL pointer |
B. | Representation of void pointer |
C. | Error |
D. | None of above |
Answer» B. Representation of void pointer | |