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 does != Mean in c?
what is the diffrenet bettwen HTTP and internet protocol
What is a structure and why it is used?
Why does notstrcat(string, "!");Work?
What is the explanation for the dangling pointer in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the purpose of 'register' keyword?
When we use void main and int main?
How can I remove the leading spaces from a string?
How to create struct variables?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are the advantages of Macro over function?
What is wrong with this initialization?
Why we use break in c?