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


Please Help Members By Posting Answers For Below Questions

What are pointers? Why are they used?

633


write a program to print data of 5 five students with structures?

1612


Can we declare function inside main?

572


Who developed c language?

644


What is the use of printf() and scanf() functions?

640






What is the use of getchar() function?

634


How do you view the path?

672


Wt are the Buses in C Language

2754


What are enums in c?

665


What do you understand by friend-functions? How are they used?

653


How does normalization of huge pointer works?

644


Are there constructors in c?

600


What is the difference between array and structure in c?

574


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2010


What are the storage classes in C?

630