PRF192_-_S1_-_SU_2023_-_2ndFE_576.webp
E

PRF192_-_S1_-_SU_2023_-_2ndFE_576.webp

  • Media owner Edward88
  • Ngày thêm
(Choose 1 answer)
What is the output of the following code?void func1(int (*a)[10]){
printf("Good, It works");
} void func2(int a[][10]){
printf("What will happen?");
}
int main() { int a[10][10];func1(a);func2(a);
return 0;
}
A. Good, It works
B. What will happen?
C. Good, It works What will happen?
D. None of the other choices

Exit 13

Thông tin

Category
PRF192
Thêm bởi
Edward88
Ngày thêm
Lượt xem
1,982
Lượt bình luận
8
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRF192_-_S1_-_SU_2023_-_2ndFE_576.webp
File size
49 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom