Computer Science, asked by HigherAchiever, 3 months ago

When accessing a structure member, the identifier to the left of the dot operator is the name of …………………
(a) structure variable
(b) structure tag
(c) structure member
(d) structure function
Topic: Arrays and Structures of C++​

Answers

Answered by keyboardavro
1

Answer:

Explanation:

Answer: Option C

Answered by rafiaibrahim903
1

Answer:

(c) structure member is the right answer.

Explanation:

Member functions and member variables can be stored in C++structures. Although a structure can have a function definition, it cannot have a function declaration. Member functions and member variables can be stored in C++ structures.

#SPJ2

Similar questions