Computer Science, asked by tejaswini1326, 11 months ago

What will be the output of following C code?
struct abc
int b=6;
char c;
structure;
int main()
int i=sizeof(structure);
printf("%d",i);
return 0;​

Answers

Answered by Karthikrikky12
9

HELLO MATE

Out put will be

the size of structure in integer format

HOPE THIS HELPS YOU

PLEASE FOLLOW ME ✌️

Similar questions