#include <stdio.h>
int main()
{
/* Our first simple C basic program */
printf("Hello World! ");
return 0;
}
output
Hello world!
output
Hello world!
give us your feedback
About 6 Players blogs
C++ Program that display your full Name enter by a user #include <iostream> using namespace std; int main() { char F_n...
No comments:
Post a Comment