What are advantages of C++ when comparing with C?
Answer Posted / k
c
c++ is object oriented program. the main advatage is we can reuse the code and well structured and secured...
c
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where is atoi defined?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is the difference between new() and malloc()?
Difference between pointer to constant vs. Pointer constant
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is virtual destructor? What is its use?
What is abstraction c++?
How do I write a c++ program?
What are the steps in the development cycle?
Why main function is special in c++?
what is data abstraction in C++?
What is #include iostream h in c++?
Differentiate between a copy constructor and an overloaded assignment operator.
Do class method definitions?