Tech Programs
Saturday, 2 May 2015
scanf program in c
Scanf Operation In C Program
#include<stdio.h>
int main()
{
int a;
printf("Enter the number:");
scanf("%d",&a);
printf("Your Scan number is:%d",a);
}
output
Enter The Number :123
Your scan number is: 123
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment