WHAT IS C++?

 C++:

C++ is an object oriented programming language and it is also known as structured programming language.

It is developed by  BJARNE STROUSTRUP  .

AT and T'S BELL LABORATORIES (  american telephone and telegraph) located in the USA.

WHY IT IS SUPPORT TO THE OOPS CONCEPT?

Because it is a structure of object oriented programming  So it supports concept of OOPS.


FEATURES OF C++:

It provides so many features such as

  • Array
  • Structure
  • Class and object
  • Constructer
  • Disconstucter
  • Polymorphism
  • Inheritance
  • Containership
  • Sorting
  • Quere and linked list etcc

NOTE:

  1. C++ is a case sensitive.
  2. Any type of program written in small letter.
  3.  .cpp is an extension of C++
  4. Execution of program to ctrl+ f9
  5. For compile ALT+F9

SYNTAX OF C++:

  •  # include<iostream.h>

         #  this symbol known as preprocessor directive.

         iostream is a header file.
  • #include< conio.h>
       void main()                   start execution of program

{
clrscr();
statement;
getch;
}




                                              END

I HOPE YOU UNDERSTAND THE ARTICLE IF YOU LIKE COMMENT AND SHARE AND ALSO SUBSCRIBE MY WEB:
TO GET MORE INFO VISITS THE LINKS GIVEN BELOW:













Comments

Post a Comment

Popular posts from this blog

COMPONENETS OF COMPUTER HARDWARE:

WHAT IS SOFTWARE?

OPERATING SYSTEM IN DETAIL":