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

A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


Explain the difference between static and dynamic binding of functions?

0 Answers  


Explain the static member function.

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  






What is the difference between static link library and dynamic link library?

7 Answers   Tech Mahindra,


What are namespaces in c++?

0 Answers  


How much is c++ certification?

0 Answers  


What is implicit pointer in c++?

0 Answers  


What is c++ mutable?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


Is c++ a difficult language?

0 Answers  


Categories