It is a simple code in Programming C.
#include<stdio.h>
int main()
{
printf("Enter your name here");
getchar();
return 0;
}
output: Enter your name here...
Showing posts with label Programming C. Show all posts
Showing posts with label Programming C. Show all posts