MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following 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» D. The order Depends on the compiler | |