Computer Science, asked by sabeenaparveen0194, 6 months ago

initialising structures in c programming ​

Answers

Answered by lukfqy0695
0

Answer:

absolutely fcking brilliant question, WOW

Answered by Anonymous
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