what is the main difference between c and c++?
Answer Posted / sandeep mallah
1.c namespace feature is a absent ,c++ namesapce feature is present.
2. c does not allows reference varibles ,c++ allows reference varibles . reference varible allow 2 varible name to point to the same memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is static class not inherited?
What are the benefits of polymorphism?
What is use of overloading?
What is the main purpose of inheritance law?
What is the benefit of oop?
What are oops functions?
officer say me - i am offered to a smoking , then what can you say
What are the important components of cohesion?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the main feature of oop?
any one please tell me the purpose of operator overloading
What is oops?what is its use in software engineering?
what's the basic's in dot net
What is the highest level of cohesion?
Can destructor be overloaded?