MCQOPTIONS
Saved Bookmarks
This section includes 1 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. |
Which among the following statement is right? |
| A. | sizeof(struct stemp*) > sizeof(union utemp*) > sizeof(char *) |
| B. | sizeof(struct stemp*) < sizeof(union utemp*) < sizeof(char *) |
| C. | sizeof(struct stemp*) = sizeof(union utemp*) = sizeof(char *) |
| D. | the order Depends on the compiler |
| Answer» B. sizeof(struct stemp*) < sizeof(union utemp*) < sizeof(char *) | |