find the size of structure without using the size of function
Answer / vinay
struct abc
{
-------------
--------------
-------------
};
struct abc arr[2];
difference btw arr[2] and arr[1]
| Is This Answer Correct ? | 6 Yes | 1 No |
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Explain what is the difference between #include and #include 'file' ?
What is header file definition?
implement general tree using link list
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
what is the use of bitfields & where do we use them?
errors in computer programmes are called
In which category does main function belong??
When is a void pointer used?
write a c program to find biggest of 3 number without relational operator?
why array index always starts from zero??
Explain is it better to bitshift a value than to multiply by 2?