difference between c and c++?
Answer Posted / prashant cruise
basically c is based on console user interface(CUI) JAVA IS OBJEct oriented...
prashant cruise
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the comments in c++?
What are the four partitions in which c++ compiler divides the ram?
What is guard code in c++?
why is c++ called oops? Explain
Write a program to find the reverse Fibonacci series starting from N.
What is std :: endl?
Explain about Garbage Collector?
What is a container class? What are the types of container classes in c++?
What are literals in C++?
How do you remove an element from a set in c++?
How static variables and local variablesare similar and dissimilar?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Why c++ is not a pure oop language?
What are files in c++?