How is computer programming useful in real life?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Do we have private destructors?

12 Answers   Symphony, TCS,


Search for: what is pair in c++?

0 Answers  


What is implicit pointer in c++?

0 Answers  


What is c++ & why it is used?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,






Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

0 Answers  


What does count ++ do in c++?

0 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


Can char be a number c++?

0 Answers  


What is anonymous object in c++?

0 Answers  


What do you mean by ‘void’ return type?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


Categories