hey fellows can't run c programs even fc3 has c and c++ compilers. here is what i type and tell me i am correct.
#include<stdio.h>
main()
{
int a,b,c;
printf("Enter the numbs");
scanf("%d%d",&a,&b);
c=a+b;
printf("The sum=%d",c);
}
ok, when i type
cc. san.c
no file type or i don't know.just can't compile.
ok,./a.out is to execute write.
c'mon solve it or i have to switch to mand10.1.thanks
__________________
A student must not fail to become a looser, and when a student fails, he will become a fighter....
Santosh Halemani
-------------------------------------------------------------------------
|