Programming in C++

Tuesday, March 31, 2015

Hello World

Script

#include <iostream>
using namespace std;

int main()
{
        cout << "Hello World!!!!! \n";
        return 0;
}


Execution

Hello World!!!!!












Posted by Kiran DS at 5:11 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

My photo
Kiran DS
View my complete profile

Blog Archive

  • ▼  2015 (14)
    • ▼  March (14)
      • Circle area and cylinder volume --- calling functions
      • Getting into UCees --- nested if statements
      • Specific character count in a word --- for loop an...
      • Finding the square root
      • Simple if example
      • Hello World
      • Fitness level --- example for if else
      • Commonly used Math functions
      • How to run a program in C++
      • Series average for a player in three One Day Inter...
      • Check if it is a leap year
      • Prime number --- yes or no
      • Sum of its digits
      • Multiplication table for a number
Picture Window theme. Powered by Blogger.