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?
Answer Posted / 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 View All Answers
What is the use of function pointer?
How is computer programming useful in real life?
What is #include cmath?
Can we define a constructor as virtual in c++?
Array base access faster or pointer base access is faster?
What is the use of ::(scope resolution operator)?
What is cout flush?
What are the uses of static class data?
What is scope operator in c++?
What is rvalue?
Does c++ have finally?
How to declare an array of pointers to integer?
How a new element can be added or pushed in a stack?
When does the c++ compiler create temporary variables?
Explain the auto storage classes in c++.