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