Answer Posted / achal
c++ is quite different from c. Here I add to above answer.
1. C++ has more rigid typecasing rules while c does not.
2. In C, structure copy is not permissible while most c++
compilers provide default copy constructors.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How would you call C functions from C++ and vice versa?
What does asterisk mean in c++?
Explain the virtual inheritance in c++.
What are the 3 levels of programming languages?
What do you mean by persistent and non persistent objects?
How compile and run c++ program in turbo c++?
What is oops in c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Why are arrays usually processed with for loop?
What is a namespace in c++?
Which is most difficult programming language?
What is the copy-and-swap idiom?
What is flag in computer?
What is namespace std; and what is consists of?
What is the difference between containment and delegation?