Delete Operation in C++ using class:: By A.P... " it is used to remove to a data items In the given collection of data items. " #include "iostream.h" #include"conio.h" Class ap { int arr[100]; public : void get_data(); void del_data(); }; void ap::get_data() { int size, i; ...
C++::
(By A.P.)
C++ is the programming language was introduced "BJARNE STROUSTRUP".
C++ was developed in the year of 1971 to 1974. C++ is a high level programming language, Which is of OOP( object oriented programme ) nature based language.
The major different between C and C++ is that C was function oriented Language and C++ is based on OOP ( object oriented programme ) concept.
As increment operator in C is ++ . So the newly supposed language, after C was named as c++. As it's name suggest, it is more efficient and advanced in nature and features as
compared to C programming language.
Fast review ::
C++-> Bjarne straustmp
C++-> year 1971 to 1974 in USA, LAB
C++-> based on OOP.
C++ keywords :
Keywords are reserved words that have specific meaning and use as variable .
Some keywords in c++ are as follows ::--
asm bool catch class
const_cast delete dynamic_cast
explicit friend inline mutable
namespace new operator
private protected publish
reinterpret_cast static_cast
template this throw try typeid
using virtual.
(By A.P.)
C++ is the programming language was introduced "BJARNE STROUSTRUP".
C++ was developed in the year of 1971 to 1974. C++ is a high level programming language, Which is of OOP( object oriented programme ) nature based language.
The major different between C and C++ is that C was function oriented Language and C++ is based on OOP ( object oriented programme ) concept.
As increment operator in C is ++ . So the newly supposed language, after C was named as c++. As it's name suggest, it is more efficient and advanced in nature and features as
compared to C programming language.
Fast review ::
C++-> Bjarne straustmp
C++-> year 1971 to 1974 in USA, LAB
C++-> based on OOP.
C++ keywords :
Keywords are reserved words that have specific meaning and use as variable .
Some keywords in c++ are as follows ::--
asm bool catch class
const_cast delete dynamic_cast
explicit friend inline mutable
namespace new operator
private protected publish
reinterpret_cast static_cast
template this throw try typeid
using virtual.
Comments
Post a Comment