What is the size of a pointer in C, which stores the address of structure str1 in the following C code? struct str1 { int number; char ch[15]; float f1; }
Reveal answer
Fill a bubble to check yourself
What is the size of a pointer in C, which stores the address of structure str1 in the following C code? struct str1 { int number; char ch[15]; float f1; }