wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
11 239281)#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 4086Given 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 10831What 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 10006Post New C++ General Questions
What is a dll entry point?
What is the use of bit fields in structure declaration?
If dog is a friend of boy, is boy a friend of dog?
List the special characteristics of constructor.
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are c++ variables?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
How do you initialize a string in c++?
Which software is used to run c++ program?
Define virtual constructor.
What is meant by the term name mangling in c++?
What is pure virtual function? Or what is abstract class?
Can a built-in function be recursive?
Write a struct time where integer m, h, s are its members?
What is the use of turbo c++?