PRF192_-_SU_2023_-_Block_5_-_FE_726.webp
Momo911

PRF192_-_SU_2023_-_Block_5_-_FE_726.webp

  • Media owner Momo911
  • Ngày thêm
Answer (Choose 1 answer)
What will be the output of the following program?#include<stdio.h>
int fun (int arr[], int n)
{
int rs = 1;
for (int i=0; i<n; i++)rs *= arr[i];
return rs;
A. 24
B. 26
C. 27
D. 25
}
int main()
int a[3] = {2,3,4};printf("%d", fun(a,3));return 0;
}
FUS

Thông tin

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

Image metadata

Filename
PRF192_-_SU_2023_-_Block_5_-_FE_726.webp
File size
62.1 KB
Dimensions
1926px x 906px

Share this media

Back
Bên trên Bottom