Answer Posted / hardik
C++ is simply an advanced version of C as name itself
indicates.. However, nodoubt, C++ is object based
programming however C is procedure based...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Difference between class and structure.
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the fastest c++ compiler?
Define virtual constructor.
By using c++ with an example describe linked list?
What is the use of this pointer in c++?
What is c++ manipulator?
What is the function to call to turn an ascii string into a long?
Write a program to concatenate two strings.
What language does google use?
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 the difference between the compiler and the preprocessor?
Which field is used in c++?
What does ctime() do?
Why c++ is created?