PRF192_-_SP_2024_-_Block_5_-_FE_1919.webp
Ngọc Huyền1

PRF192_-_SP_2024_-_Block_5_-_FE_1919.webp

(Choose 1 answer)
Given the program:
#include <stdio.h>
#include <conio.h>
int myFunction(int);
int main()
{
int i=0;
i = myFunction(i);
printf("%d", i);
getch();
return 0;
} int myFunction(int x){
return 2;
}
What is printed?
A. Compile error
B. 2
C. 0


Q: 21

Thông tin

Category
PRF192
Thêm bởi
Ngọc Huyền1
Ngày thêm
Lượt xem
2,089
Lượt bình luận
3
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRF192_-_SP_2024_-_Block_5_-_FE_1919.webp
File size
165.6 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom