AMU 2025 — Computer PYQ
AMU | Computer | 2025Suppose that in a C program snippet, following statements are used:
(i) sizeof (int);
(ii) sizeof (int*);
(iii) sizeof (int**);
Assuming size of pointer is 4 bytes and size of int is also 4 bytes, pick the most correct answer from the given options:

