find the size of structure without using the size of function
Answer Posted / vinay
struct abc
{
-------------
--------------
-------------
};
struct abc arr[2];
difference btw arr[2] and arr[1]
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is malloc and calloc?
What is the advantage of c?
what is the difference between 123 and 0123 in c?
Why does notstrcat(string, "!");Work?
What are identifiers and keywords in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Can we declare function inside main?
What are the types of type specifiers?
What is structure padding in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Calculate 1*2*3*____*n using recursive function??
Can variables be declared anywhere in c?
Explain zero based addressing.
How do you define structure?
What is the right way to use errno?