kiem tien, kiem tien online, kiem tien truc tuyen, kiem tien tren mang
Friday, January 9, 2015


//Bài 7. Viết chương trình in nội dung file văn bản, chỉ in các ký tự chữ cái và chữ số.
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
void main()
{
FILE *t=fopen("E:\\bai7.txt","r");
if(t==0)
{
printf("error\n");exit(0);
}
char c;
while((c=fgetc(t))!=EOF)
if((c>='a' && c<='z')||(c>='A' && c<='Z')||(c>='0' && c<='9')) printf("%c ",c);
getch();
}
09 Jan 2015

0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

domain, domain name, premium domain name for sales

Popular Posts