what is the main difference between c and c++?
Answer Posted / micha&
C is generally used to create operating systems or to
program some electronic devices like cameras, whilst C++ is
generally used to create software like Office, Mozilla
Firefox etc.
In other worlds C is used more with hardware while C++ is
used more with software, mainly because of more abstraction
and features in C++.
| Is This Answer Correct ? | 43 Yes | 10 No |
Post New Answer View All Answers
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism and its types?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Where You Can Use Interface in your Project
Why is abstraction used?
Where is pseudocode used?
Is abstract thinking intelligence?
Can you explain polymorphism?
What is static modifier?
class type to basic type conversion
What is meant by oops concept?
What is an advantage of polymorphism?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is difference between oop and pop?
What is the renewal class?