Explain the difference between C and C++.
The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
Can we use THIS Pointer in static function – Reason in C++?
What is a memory leak in C++?
Write a C++ Program to find Square Root of a number using sqrt() function.
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
Factory Method C++ – How to delete pointers returned by it
Explain the FOR loop with a help of a code.
Can we call C++ OOPS? and Why
Find the Factorial of a number using a program.
What is bool in C++
Explain what happens when an exception is thrown in C++.
Write a syntax and purpose of switch statement.