Answer Posted / 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 View All Answers
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why isnt any of this standardized in c?
Difference between exit() and _exit() function?
In C language what is a 'dangling pointer'?
What is indirection?
What is enumerated data type in c?
What are the different types of endless loops?
What are the ways to a null pointer can use in c programming language?
What is header file definition?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Difference between pass by reference and pass by value?
What is the use of getchar() function?
Do you have any idea how to compare array with pointer in c?
Explain the difference between exit() and _exit() function?
Explain what is dynamic data structure?