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
What is the outcome of cout< a) 16 b) 17 c) 16.5
Write a Program to find the largest of 4 no using macros.
What is data types c++?
Is c or c++ more useful?
Differentiate between a template class and class template in c++?
Can class objects be passed as function arguments?
the first character in the variable name must be an a) special symbol b) number c) alphabet
How do I exit turbo c++?
Can we use clrscr in c++?
Are c and c++ different?
What is a storage class?
What is abstract keyword in c++?
What happens when the extern "c" char func (char*,waste) executes?
What is a tuple c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].