Print Hello Friends word
#include<iostream.h> #include<conio.h> void main() { Cout<<"Hello Friends"; getch(); }
Output:-
Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
#include<iostream.h> #include<conio.h> void main() { Cout<<"Hello Friends"; getch(); }
0 Comments