C programme to print an number
// A c programme to print a no.
#include<stdio.h>
#include<conio.h>
void main()
{
int number;
printf("Enter a number");
scanf("%d",&number);
printf("you entered %d",number);
}
OUTPUT;
Enter a number =20
you entered=20
Artificial intelligence ! in this time we all heard the word AI (artificial intelligence) so what is the artificial intelligence and wha...
hello this is gaurav
Related Posts
Reviewed by gauarv
on
October 04, 2017
Rating: 5
No comments:
Post a Comment