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 |
Generally variables are stored in heap memory. When he variables are created in stack?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
Difference between struct and class in terms of access modifier.
What are c++ files?
What is the difference between ++ count and count ++?
What does extern mean in a function declaration in c++?
const char * char * const What is the differnce between the above two?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is Memory Alignment?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What is object in c++ wikipedia?
Which function cannot be overloaded c++?