Are c and c++ similar?
No Answer is Posted For this Question
Be the First to Post Answer
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
How would you call C functions from C++ and vice versa?
What methods can be overridden in java?
What is string in c++ programming?
What is object in c++ example?
Why do we use vector in c++?
5. Can inline functions have a recursion?
What is the difference between a copy constructor and an overloaded assignment operator?
4 Answers Belzabar, Citrix, Microsoft, Wipro,
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Explain method of creating object in C++ ?
What does flush do?
What is scope of a variable? (LOLZ)