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 |
Which programming language is best?
How do you show the declaration of a virtual constructor?
Difference between Constructors and static constructors?
differance between copy & clon
What is a loop? What are different types of loops in c++?
How can a struct in c++ differs from a struct in c?
How is modularity introduced in C++?
Differentiate between a pointer and a reference with respect to c++.
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is auto type c++?
Under what conditions is multiple inheritance not recommended?