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
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is bash c?
What is the difference between new and malloc functions?
Explain how to reverse singly link list.
Why does this code crash?
code for quick sort?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Which node is more powerful and can handle local information processing or graphics processing?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Distinguish between actual and formal arguments.
What are shell structures used for?
What are the 4 data types?
When is a null pointer used?
Write a program to print “hello world” without using semicolon?
How do I create a directory? How do I remove a directory (and its contents)?