Taking Input Using C language.
#include<stdio.h>
int main() {
int num;
printf("Please enter a number :");
scanf("%d", &num);
printf("Number is : %d", num);
return 0;
}
My YouTube Channel ::
Thanks for visiting my Blog. Hopefully it helped you. Please check out more blogs for practice.
We will meet soon. bye. Jay Hind...
Comments
Post a Comment