347) A short integer occupies 2 bytes an, ordinary integer 4 bytes and a long integer occupies 8 bytes of memory
If a structure is defined as
struct TAB.short a;
int b;
long c;
}TABLE[10];
the the total memory requirement for TABLE is
Answer is:
140
Related C Programming MCQ with Answers
Answer is:
0x6dc0
Answer is:
Each can represent either a 12-character color or an integer size at a time
Answer is: