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
write a programme to get a character and thier ASCII value
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is an iterator class in c++?
Write some differences between an external iterator and an internal iterator?
What is ifstream c++?
Why is c++ called oops?
What is the difference between the parameter to a template and the parameter to a function?
How are Structure passing and returning implemented by the compiler?
What are mutator methods in c++?
What is fixed in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
what are the types of Member Functions?
What is a forward referencing and when should it be used?
Write a function that swaps the values of two integers, using int* as the argument type?
What is namespace & why it is used in c++?