what is c++ programming?

Answers were Sorted based on User's Feedback



what is c++ programming?..

Answer / savitha

c++ is object oriented programming language... it has special functions such as class, polymorphism ,inheritance ,encapsulation , data abstraction...hence we can develop programs which relates to objects makes us easy to understand

Is This Answer Correct ?    8 Yes 2 No

what is c++ programming?..

Answer / renisha

c++ is powerful general purpose system. it used objects,
classes, functions. it used to compiler that input and
display the output. it can use more information. user can
use variety of information whatever they needs.

Is This Answer Correct ?    5 Yes 3 No

what is c++ programming?..

Answer / premnath

C++ is a Object Oriented Programming Language which is derived from C.
C++ is a general purpose language and is invented by "Bjarne Stroustrup" .
The main features of C++(OOP) are :

Operators and operator overloading,
Classes,
Objects,
Encapsulation,
Inhiritence,
Polymorphism &
Templates.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


Why array starts with index 0

2 Answers  


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


What are the types of type specifiers?

0 Answers  






Who invented bcpl language?

0 Answers  


What are linked lists in c?

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 Answers  


what is the use of operator ^ in C ? and how it works?

2 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


can we have joblib in a proc ?

0 Answers  


Categories