..

FreePrograms


C programming Tutorial 

Free C Programs, C Programs Download


Embedded C lang & 8051(Embedded Products)


  CONTACT US   ABOUT US   PRIVACY  DISCLAIMER

FREE C PROGRAMS 

 C Tutorial for beginners
What is C C vs C++ vs Java Program Structure Data Types in C Basic Rules of C & C++
Functions in C If, Else Conditions Loops in C Switch Case Arrays
Pointers Structures in C Strings in C Command Line Arguments Type Casting
Linked Lists Recursion Binary Trees Inheritance Multiple Inheritance
Templates File I/O Object Oriented Programming  Data Structures in C C interview Questions

/*My First C++ Program     C++/CPP Tutorial.*/


#include <iostream.h>

It makes the compiler to include the text of the named file in the program at this point. The file iostream.h is a system supplied file which has definitions in it which are required if the program is going to use stream input or output. All your programs will include this file.

conio.h is a C header file used in old MS-DOS compilers to create text user interfaces

cout is the name of the standard output stream in C++, and the meaning of the entire statement is to insert a sequence of characters into the standard output stream.

cout is declared in the iostream standard file .

 

 

 

 

COPYRIGHT 2009 ALL RIGHTS RESERVED FREECPROGRAMS.COM