difference between c and c++?
Answer Posted / by; rapchik
the main and major and important differnce of c and c++ is
spelling 'mistake' nothing else c is of one charactor where
as c++ is of 3 charactors.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List down the guideline that should be followed while using friend function.
Explain container class.
Can you explicitly call a destructor on a local variable?
Do you know what is overriding?
Describe private, protected and public?
Write a program which uses functions like strcmp(), strcpy()? etc
Do you know what are static and dynamic type checking?
What is a sequence in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
How do you flush std cout?
Show the declaration for a static member variable.
What is the this pointer?
What are the extraction and insertion operators in c++? Explain with examples.
Why iomanip is used in c++?
What is an operator function? Describe the function of an operator function?