wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
11 242921)#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 4168Given 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 11009What 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 10145Post New C++ General Questions
What are the advantages of using pointers in a program?
List the special characteristics of constructor.
How many keywords are used in c++?
What happens when the extern "c" char func (char*,waste) executes?
What is the return value of the insertion operator?
What is meant by forward referencing and when should it be used?
What is boyce codd normal form in c++?
What is private inheritance?
What is a catch statement?
How to declare a function pointer?
Is c++ fully object oriented?
Why is it necessary to use a reference in the argument to the copy constructor?
What are advantages of c++?
What is c++ vb?
Is c++ harder than java?