PRF192_-_S4_-_SU_2023_-_FE_438.webp
D

PRF192_-_S4_-_SU_2023_-_FE_438.webp

Answer (Choose 1 answer)
What is the output when the sample code below is executed?
#include<stdio.h>
int foo(int x)
{
}
x = 2+x;return(x);
int main()
{
int x = 0;
while(x<5)
{
}
printf("%d ", foo(x));
x++;
return 0;
}
A. 2 4 6 8 10
B. 3 5 7 9 11
C. 2 5 7 9 11
D.23456
E. 2 5 7 9 10
Exit (47)

Thông tin

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

Image metadata

Filename
PRF192_-_S4_-_SU_2023_-_FE_438.webp
File size
62.9 KB
Dimensions
1926px x 906px

Share this media

Back
Bên trên Bottom