difference between c and c++?
Answer Posted / mahesh
=>c does not a class/object concept
=>c++ provides data encapsulation,data
abstraction,polymorphism.
=>c++ support all c syntax
=>in c passing value to a function is "call by value"
where c++ its "call by reference"
Is This Answer Correct ? | 173 Yes | 78 No |
Post New Answer View All Answers
What is time h in c++?
What are structures and unions?
What is the difference between function overloading and operator overloading?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is dev c++ used for?
What is the C-style character string?
Explain method of creating object in C++ ?
Explain differences between alloc() and free()?
What are the advantages of c++?
What are the sizes and ranges of the basic c++ data types?
What is the copy-and-swap idiom?
What is function declaration in c++ with example?
What is code reusability in c++?
If all is successful, what should main return a) 0 b) 1 c) void
What is searching? Explain linear and binary search.