Answer Posted / thana_8889
c has no object but c++ has object
c topdown approach c++ bottom up approach
c cannot be overloading c++ we can do
c is the subset of c++
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
By using c++ with an example describe linked list?
what is Loop function? What are different types of Loops?
What c++ library is string in?
Is java based off c++?
How many namespaces are there in c++?
Explain the difference between realloc() and free() in c++?
What is the difference between passing by reference and passing a reference?
What c++ is used for?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
What is #include math h in c++?
Are php strings immutable?
What apps are written in c++?
What is the difference between cin.read() and cin.getline()?
What are the data types in c++?
What are 2 ways of exporting a function from a dll?