daily Routine of father


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

Post New Answer

More C++ General Interview Questions

Explain the difference between c++ and java.

0 Answers  


What sorting algorithm does c++ use?

0 Answers  


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


What is the main use of c++?

0 Answers  


What do you mean by overhead in c++?

0 Answers  






If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


State the difference between delete and delete[].

0 Answers  


What relational operators if statements in c++?

0 Answers  


How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


What are c++ redistributables?

0 Answers  


What are the uses of static class data?

0 Answers  


Categories