wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
11 246511)#include
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
1 4218Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
4 11138What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
2 10278Post New C++ General Questions
What flag means?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Why is c++ still used?
What is else syntax in c++?
Does c++ have finally?
Differentiate between late binding and early binding. What are the advantages of early binding?
Comment on local and global scope of a variable.
What parameter does the constructor to an ofstream object take?
What are pointer-to-members in C++? Give their syntax.
What does iomanip mean in c++?
What is a literal in c++?
Explain this pointer?
What are static type checking?
What is abstract class in c++?
Explain Text Manipulation Routines?