Computer Science, asked by simonbiswas277, 6 months ago

which operator is used to access individual member of an object

Answers

Answered by crazygirl60
2

Answer:

dot operator

  • To access the members of a structure we need to first declare a variable of the user-defined data type student , and then we shall use the dot operator (.) to access the individual members of the structure.
Similar questions