Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
C++ Programming

Printing lines

 

0) Hello World

Printing lines

1. [ C++ ] Printing lines


Big

The value endl represents the end of line character.

The program prints on two lines as shown.

Hello
World