Find the output of the following program. void main() { printf( %d, %d , sizeof(int *), sizeof(int **)); } a) 2, 0 b) 0, 2 c) 2, 2 d) 2, 4 e) 4, 4.
確定! 回上一頁