Typedef struct node { int data; struct node* nn; } node; what would be returned if sizeof(node) is used, assuming size of int and pointer are 4 and 8 bytes respectively?
Answers
Answered by
0
Answer:
Sorry, check your question once.
Similar questions