What is C++

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

MS SQL SERVER DBA Trainer

A high-level programming language developed by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to its predecessor, C. C++ is one of the most popular programming language for graphical applications, such as those that run in Windows and Macintosh environments.
Comments

LearnHowToLearn, Expert In Programming Languages

Why Bjarne Stroustrup created C++: Actually we all see C++ as blind men and an elephant story. Everyone who has experience working with C++ defines C++ as they used or where they used it. Like people says C++ is: Template meta-programming. OOPs programming. A hybrid language. It's C extention. C...
read more
Why Bjarne Stroustrup created C++: Actually we all see C++ as blind men and an elephant story. Everyone who has experience working with C++ defines C++ as they used or where they used it. Like people says C++ is: Template meta-programming. OOPs programming. A hybrid language. It's C extention. C with Classes. Generic programming. Middle level language with classes. Random collection of features. GUI programming language. But the true defination is: A light-weight General-Purpose Abstraction Programming Language. read less
Comments

Bsc(electronics),MCM,Diploma in Web Development

C++ is object oriented programming language having all properties of C language with an additional concept of 'classes’. and this is extension of C
Comments

object oriented programing laungause
Comments

Tutor

C++ is Object oriented programming language
Comments

B.E (Computer Science & Engineering) 78%; MS (Computer Science) (USA) (GPA: 3.8/4.0)

C++ is a computer programming language. It is a super set of C Language. It is also called an extension of C Language and primarily supports object-oriented programming paradigm.
Comments

Industrial Training,Workshop on Latest Technology,

C++ is a general purpose programming language. It has imperative, object-oriented and generic programming features
Comments

Trainer

C++ is an Increment of C Language. Simple as Such. As the Increment operator specifies, C Language is incremented by one Feature which is the OOP. But now, C++ has much more features compared to C. However, C++ is build on C. All C program can be compiled using C++ compiler and vice versa is not true...
Comments

2+ years experience in above tecnologies

c++ object & structure oriented programming
Comments

Artificial intelligence Trainer

(1)C++ is a programming language but advanced than C (2) C++ is object oriented programming language whereas C is a procedural language
Comments

View 108 more Answers

Related Questions

What is polymorphism in C++?
https://vz-3ad30922-ba4.b-cdn.net/22b3f0e4-e072-48b7-9ae6-3d65a6b4ad50/play_480p.mp4
Renu
0 0
5
what is constructor ?
Constructor is a special method which invoke automatically as instance created.
Avnish
What is Enum
An enumeration is a set of named integer constants. An enumerated type is declared using the enum keyword. C# enumerations are value data type. In other words, enumeration contains its own values and cannot inherit or cannot pass inheritance.
S
What is the syntex error?
A syntax error is a violation of the syntax, or grammatical rules, of a natural language or a programming language. ... A syntax error is called a fatal compilation error, because the compiler cannot translate...
Pranik
What is a C++ identifier?
The C++ identifier is a name used to identify a variable, function, class, module, or any other user-defined item. An identifier starts with a letter A to Z or a to z or an underscore (_) followed by zero...
T.v.
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Importance Of Function Prototype In C
Function prototype tells compiler about number of parameters function takes, data-types of parameters and return type of function. By using this information, compiler cross checks function parameters and...

Predict the Output of C Questions based on Recursion and Macro
#include<stdio.h>void k(unsigned int i,unsigned int j){ static char x="0123456789ABCDEF"; if(i>=j) k(i/j,j); putchar(x);}void main(){ k(20,12);} ___________________________________________ ...

C++ Program-Factorial
//Header files #include<iostream.h>#include<conio.h> //Main function void main(){ int num,i; long factorial=1; //Function for clearing screen clrscr(); cout<< "Enter a number:";...

Magic in C=> OFFSET OF MACRO in C [offsetof(TYPE, MEMBER)]
Here I am going to discuss an exciting macro in C. It will give you offset of a member within a structure. NULL or 0 address is typecasted to TYPE first. It won't result in segmentation fault as we are...

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

Recommended Articles

Introduction C++ is an excellent programming language and many of the applications are written in C++ language. It has generic, object-oriented & imperative programming features, and also provides facilities for low-level memory manipulation. Successor of C language, it is an OOP (object oriented programming) language...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for C++ Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you