initialising structures in c programming
Answers
Answered by
0
Answer:
absolutely fcking brilliant question, WOW
Answered by
1
Answer:
Means, you can initialize a structure to some default value during its variable declaration. Example: // Declare and initialize structure variable struct student stu1 = { "Pankaj", 12, 79.5f }; Note: The values for the value initialized structure should match the order in whichstructure members are declared.
Similar questions
Computer Science,
3 months ago
Computer Science,
3 months ago
English,
6 months ago
English,
6 months ago
Math,
1 year ago
Math,
1 year ago