Computer Science, asked by knngola6420, 10 months ago

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 basavaraj5392
0

Answer:

Sorry, check your question once.

Similar questions