हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

How to access members of a structure? Give example. - Computer Science

Advertisements
Advertisements

प्रश्न

How to access members of a structure? Give example.

संक्षेप में उत्तर

उत्तर

Once objects of a structure type are declared, their members can be accessed directly. The syntax for that is using a dot(.) between the object name and the member name.
Example: student.name;
if the members are a pointer type, then is used to access the members.
Let name be a character pointer in a student like char*name
It can be accessed student → name,
struct
{

long rollno;
int age;
float weight;
student;

}
The student can be referred to as a reference name to the above structure and the elements can be accessed like a student. roll no, student. age, and student. weight.

shaalaa.com
Structures Introduction
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 12: Arrays and Structures - Evaluation - Section - C [पृष्ठ २२५]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
अध्याय 12 Arrays and Structures
Evaluation - Section - C | Q 4. | पृष्ठ २२५
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×