what is the main difference between c and c++?
Answer Posted / varun ait
declaration of variable in C, should be done at its very
beginning of the program.
but in C++, variables can be declared anywhere inside a
function.
| Is This Answer Correct ? | 39 Yes | 7 No |
Post New Answer View All Answers
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
#include
What do you mean by overloading?
Write a program to reverse a string using recursive function?
What does I oop mean?
What are the 3 principles of oop?
What is solid in oops?
What are the features of oop?
Can static class have constructor?
What are different oops concepts?
Is enum a class?
What is class encapsulation?
What is the difference between encapsulation and polymorphism?
What is the main purpose of inheritance law?
What is polymorphism and why is it important?