Answer Posted / srinath
C : is the Structured Based Programming language
C++ : is the Object oriented programming language
Is This Answer Correct ? | 58 Yes | 3 No |
Post New Answer View All Answers
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is prototype for that c string function?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Why ctype h is used in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is while loops?
What are the two types of comments, and how do they differ?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is the difference between *p++ and (*p)++ ?
What is the full form nasa?
Explain the isa and hasa class relationships.
Can I make ios apps with c++?
What is the identity function in c++? How is it useful?
What is conditions when using boolean operators?
What is the use of namespace std in C++?