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 the features of the c language?
Write a program to check armstrong number in c?
When should a type cast not be used?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Is c object oriented?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is #pragma statements?
What is void main ()?
Write a program to find factorial of a number using recursive function.
What is merge sort in c?
Explain what is wrong in this statement?
What is scope of variable in c?
What 'lex' does?
Explain about C function prototype?