#include <stdlib.h>
int main()
{
printf("\n\t hello world!!");
printf("\n\tI am a programmer ");
return 0;
}
the output
hello world!!
I am a programmer
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