Get Started. It's Free
or sign up with your email address
C++ First Program by Mind Map: C++ First Program

1. int main ( ) function

1.1. Main Function

1.2. ( Have No paramter )

1.3. int (Function return Type)

2. Notes

2.1. Examples

2.2. case-sensitive

2.3. Special Characters

2.4. reserved Characters

3. statement

3.1. cin Console

3.2. cout Console

3.3. return 0 ;

4. #include < Library_Name> using namespace std ;

4.1. include directive

4.2. library Name

4.3. nameSpace

4.4. namespace std ;