Answer Posted / cynthia,1st b.sc.,itm
Oops stands for Object Oriented Programminglanguage.C++ is
based on this Oops concept only.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Define whitespace in C++.
What is lazy initialization in c++?
What is the use of :: operator in c++?
What is the full form nasa?
What is the keyword auto for?
What is the purpose of extern storage specifier?
What are the important differences between c++ and java?
Which operations are permitted on pointers?
What causes a runtime error c++?
Explain terminate() function?
What do you mean by ‘void’ return type?
What is buffering in c++?
What are the advantages of c++ over c?
Is dev c++ a good compiler?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).