PRF192_-_S4_-_SU_2023_-_FE_438.webp
D

PRF192_-_S4_-_SU_2023_-_FE_438.webp

Answer (Choose 1 answer)
If myfile.c does not exist, what will be the output of this program?
#include <conio.h>
#include
<stdio.h>
int main(){
FILE *fi:
fi=fopen("myfile.c","r");{
if(fi==NULL)
puts("File not opened");
} else
puts("FILE opened");
getch();
return 0;
}
A. No output
B. FILE opened
C. File not opened
D. Error

Thông tin

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

Image metadata

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

Share this media

Back
Bên trên Bottom