Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Do class declarations end with a semicolon? Do class method definitions?

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ?

5 Answers   Lucent,


When you overload member functions, in what ways must they differ?

0 Answers  


What is the auto keyword good for in c++?

0 Answers  


Does a derived class inherit or doesn't inherit?

0 Answers  


What is c++ prototype?

0 Answers  


Is it possible to have a recursive inline function in c++?

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


Define the process of handling in case of destructor failure?

0 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


Categories