How many lines of code you have written for a single program?
Answer Posted / ashish. j
It depends on what kind of project you are working on.
Specially in a OOD, you have classes and objects. Ask the
interviewer if he wanted the number of lines in the whole
project or just one of the files. Every file can vary from
just 4 lines as stated above by Ilakya.g or it can have
more than 50 lines as needed. I haven't worked in very big
projects yet. But, the small projects I have worked on had
at least 30 lines per class and about 5 classes. That
multiplies to be about 150 lines for the project. Again,
keep in mind, it was a very tiny project. The number of
lines can vastly change if the project is bigger.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
give me an example for testing a program showing the test path .show how the test is important and complex.
What is c++ array?
What is flush c++?
Explain shallow copy?
What is the difference between a declaration and a definition?
Why c++ is so important?
what is C++ exceptional handling?
What are the advantages of early binding?
What is constructor in C++?
Explain how a pointer to function can be declared in C++?
What is using namespace std in c++?
Is there a c++ certification?
How did c++ start?
What is constructor and destructor in c++?
What is near, far and huge pointers? How many bytes are occupied by them?