struct node {struct node*temp,*new}
prinf("%d",sizeof(struct node));
Answer Posted / dani
It's architecture dependent. If you have a 32 bit address than the output will be 4 (octets), if the address is 64 bit than it'll be 8.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are runtime error?
Array is an lvalue or not?
What is c programing language?
Not all reserved words are written in lowercase. TRUE or FALSE?
How will you delete a node in DLL?
What does the error message "DGROUP exceeds 64K" mean?
Why is c fast?
What is the general form of #line preprocessor?
What is use of integral promotions in c?
how should functions be apportioned among source files?
What are the general description for loop statement and available loop types in c?
Why do we use return in c?
When should structures be passed by values or by references?
What is LINKED LIST? How can you access the last element in a linked list?
What is the difference between declaring a variable and defining a variable?