Question: What will be output of following c code? Additional Details void main() 1 struct india 1 char c; float d; }; struct world int a[3]

What will be output of following c code? Additional Details void main() 1 struct india 1 char c; float d; }; struct world int a[3] char b; struct India orissa; ]: struct world st={(1,2,3),P,9,1.4); clrscr; printf("%dt%ct%ct%f",st.a[1],st.b,st.orissa.c,st.orissa.d); getch(); ]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!