adsense

Hii, welcome to my site. My name is Om prakash kartik. This blog helps you to learn programming languages concepts.

Print Hello Friends word

Print Hello Friends word

#include<iostream.h>
#include<conio.h>
 void main()
  {
  Cout<<"Hello Friends";
  getch();
  }

Output:-

Related Programs:
  1. Addition of two numbers
  2. Subtraction of two numbers
  3. Multiplication of two numbers
  4. Division of two numbers
  5. Modulus division of two numbers

Post a Comment

0 Comments