Thu Jul 19, 2012 4:01 pm
Fri Jul 20, 2012 8:43 pm
#include<stdio.h>
int main()
{
int myData;
printf("Enter an integer:");
scanf("%d",&myData); // getting the data
printf("%d",myData); // printing the data
return 0;
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.