How is new() different from malloc()?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between using macro and inline functions?
How does com provide language transparency?
Does a derived class inherit or doesn't inherit?
Using a smart pointer can we iterate through a container?
throw Can constructors exceptions?
can anybody please tell me how to write a program in c++,without using semicolon(;)
How do I download c++?
Can we sort map in c++?
What is the best c++ book for beginners?
what does the following statement mean? int (*a)[4]
Explain what you mean by a pointer.
What is the difference between while and do while loop?