0
Find output
#include #pragma pack(2) struct SIZE{ int i; char ch; double db; }; main(){ printf("%d ",sizeof(struct SIZE)); } (a)12 (b)14 (c)16 (d)8
5 Réponses
+ 3
output is error to my dev-cpp console
0
same here... error in mine also
0
i didn't noticed
0
i have corrected it
- 1
your code is incomplete .