Computer Science - Object Oriented Programming Using C++ - Discussion
Discussion Forum : Object Oriented Programming Using C++ - Section 3 (Q.No. 22)
22.
When accessing a structure member, the identifier to the left of the dot operator is the name of
Discussion:
1 comments Page 1 of 1.
Ayesha said:
3 years ago
Accessing members a Structure :
The syntax is ;
Struct_Var.Mem_Var;
Struct_Var is the name of the structure variable.
Mem_Var is the name of the member variable to be accessed.
The syntax is ;
Struct_Var.Mem_Var;
Struct_Var is the name of the structure variable.
Mem_Var is the name of the member variable to be accessed.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers