function argument can be a) a structure member b)a pointer variable c) a complete structure
Answers
Answered by
1
Answer:
B- A pointer variable
HOPE IT HELPS YOU PLS MARK AS BRAINLIEST PLEASE
Answered by
1
c) Function argument can be a complete structure.
Explanation:
- The functions of the C programming language support the above concept. Let us have a look at the methods for passing structures to functions. This can be accomplished in one of two ways:
- To begin, they can be passed as simple parameter values by supplying the structure name, and thereafter they can be passed as pointers.
- A structure, like other data types, can be provided as an argument to a function.
Similar questions