Câu hỏi 602522 - Kỹ thuật lập trình cơ sở - IT01
Chương trình sau thực hiện nhiệm vụ gì?
#include <conio.h>
#include <stdio.h>
main()
{
int n;
FILE *f;
f=fopen(“OUT.txt","wt");
scanf("%d",&n);
fprintf(f, “%5d”,n);
fclose(f);
}
Chương trình sau thực hiện nhiệm vụ gì?
#include <conio.h>
#include <stdio.h>
main()
{
int n;
FILE *f;
f=fopen(“OUT.txt","wt");
scanf("%d",&n);
fprintf(f, “%5d”,n);
fclose(f);
}
Để giúp chúng tôi phát triển sản phẩm tốt hơn, đạt kết quả học tập cao hơn















