What are advantages of C++ when comparing with C?
Answer Posted / hari prasanth
c is a computer programming language and c++ is a object
oriented programming language
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
give me an example for testing a program showing the test path .show how the test is important and complex.
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
Does c++ have finally?
What is using namespace std in cpp?
What is the main purpose of c++?
What is a class template?
Refer to a name of class or function that is defined within a namespace?
Give example of a pure virtual function in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is endl?
What are the advantages of using pointers in a program?
Tell me can a pure virtual function have an implementation?
What are the differences between the function prototype and the function defi-nition?
Explain how functions are classified in C++ ?