#include <stdio.h>
int main()
{
int a;
printf("Enter an integer : \n");
scanf("%d", &a);
printf("Integer that you have entered is %d\n", a);
return 0;
}
Enter an integer :
5
Integer that you have entered is 5
FREE JOB ALERT & ONLINE TUTORIALS
#include <stdio.h>
int main()
{
int a;
printf("Enter an integer : \n");
scanf("%d", &a);
printf("Integer that you have entered is %d\n", a);
return 0;
}
Enter an integer :
5
Integer that you have entered is 5
About Anand Aithani
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware and Networking".
this website for helping all of you who want to grow with us ......
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware & Networking".
this website for helping all of you who want to grow with us ......
No comments:
Post a Comment