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?
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 |
In c++, what is the difference between method overloading and method overriding?
Declare a class vehicle and make it an abstract data type.
How can you tell what shell you are running on unix system?
Why should you learn c++?
Explain the register storage classes in c++.
What is a "RTTI"?
What is the use of structure in c++?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
What is an explicit constructor?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
Define inline function
wap to accept 10 numbers & display the number of odd and even numbers??