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?



When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have p..

Answer / esumit

Yes this is a right question, but its answer depends on
individual, there is no direct associated answer.

Actually Interviewee want to judge candidate 's coding skills,
If He didn't write any code since past few months, or may be
since past few years.

based on the above interviewee can get the idea about the
coding confidence of candidate.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

In c++, what is the difference between method overloading and method overriding?

1 Answers  


Declare a class vehicle and make it an abstract data type.

1 Answers  


How can you tell what shell you are running on unix system?

1 Answers  


Why should you learn c++?

1 Answers  


Explain the register storage classes in c++.

1 Answers  


What is a "RTTI"?

6 Answers   HCL,


What is the use of structure in c++?

1 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


What is an explicit constructor?

1 Answers  


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


Define inline function

1 Answers  


wap to accept 10 numbers & display the number of odd and even numbers??

1 Answers  


Categories