Tech Programs
Friday, 1 May 2015
printf In c
printf in c program
#include<stdio.h>
int main()
{
int a;
printf("Enter the Your Number:");
scanf("%d",&a);
printf("This is Your Number :%d",a);
}
Out Put
Enter The Number :123
This is your Number :123
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment