MCQOPTIONS
Saved Bookmarks
| 1. |
For the following function call which option is not possible? func(&s.a); //where s is a variable of type struct and a is the member of the struct. |
| A. | Compiler can access entire structure from the function |
| B. | Individual members address can be displayed in structure |
| C. | Individual member can be passed by reference in a function |
| D. | None of the above |
| Answer» B. Individual members address can be displayed in structure | |