Home | | Computer Science 11th std | C++: Initializing structure elements

Chapter: 11th Computer Science : Chapter 12 : Arrays and Structures

C++: Initializing structure elements

Values can be assigned to structure elements similar to assigning values to variables.

Initializing structure elements

 

Values can be assigned to structure elements similar to assigning values to variables.

Example

balu.rollno= “702016”;

balu.age= 18;

balu.weight= 48.5;

Also, values can be assigned directly as similar to assigning values to Arrays.

balu={702016, 18, 48.5};


Study Material, Lecturing Notes, Assignment, Reference, Wiki description explanation, brief detail
11th Computer Science : Chapter 12 : Arrays and Structures : C++: Initializing structure elements |


Privacy Policy, Terms and Conditions, DMCA Policy and Compliant

Copyright © 2018-2024 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.