What are the total number of lines written by you in C/C++?
What is the most complicated or valuable program written in
C/C++?
Answer Posted / sahadev
depend upon the available memory in the ram,it may be one
line or more
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is type of 'this' pointer? Explain when it is get created?
What are arithmetic operators?
Can you pass a vector to a function?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is lambda in c++?
How does c++ structure differ from c++ class?
Explain the static storage classes in c++.
What is the difference between a declaration and a definition?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
what are the iterator and generic algorithms.
What is recursion?
Why can’t you call invariants() as the first line of your constructor?
What is c++ array?
What is the difference between object-oriented programming and procedural programming?
Can we declare a base-class destructor as virtual?