Computer Science, asked by purvaja1156, 1 year ago

Find the output of the following program.

void main() { printf("%d, %d", sizeof(int *), sizeof(int **)); }
A.2, 0
B.0, 2
C.43133
D.43135

Answers

Answered by Neeraj723
3
Hii dear here is your answer


option a. is the correct answer

Hope it's help u
Answered by Anonymous
25
A. 2, 0

Hope it helps u
Similar questions