Question: what is the output? #include struct st char str[10]; char c; int i; int main(void) struct st obj; struct st *stobj &obj; stobj->i 550; stobj->c'W;

what is the output?what is the output? #include struct st char str[10]; char c; int

#include struct st char str[10]; char c; int i; int main(void) struct st obj; struct st *stobj &obj; stobj->i 550; stobj->c'W; obj" i = 133; obj.c 'K'; printf("%d %c ", stobj->i, stobj->c); stobj->i 306; stobj->c'T print f ("%c %d ", obj.c, obj.i); printf("4c%d %d4c ", obj.c, obj.i' stobj->i, stobjc) ; return 0

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 Databases Questions!