What are advantages of C++ when comparing with C?
Answer Posted / secret
you are offered the chance of catching an error :D
| Is This Answer Correct ? | 10 Yes | 18 No |
Post New Answer View All Answers
What is the use of register keyword with the variables?
What return value must conversion operators have in their declaration?
Write about an iterator class?
Can notepad ++ run c++?
Why do we use using namespace std in c++?
What are the benefits of c++?
How can I learn c++ easily?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
If you don’t declare a return value, what type of return value is assumed?
Are php strings immutable?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Is c++ the hardest programming language?
Write about the retrieval of n number of objects during the process of delete[]p?
What are guid?
Is c++ map a hash table?