Do you know what are static and dynamic type checking?


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

Post New Answer

More C++ General Interview Questions

What is a local variable?

0 Answers  


What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


What is the difference between mutex and binary semaphore?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  






What is this pointer in c++?

1 Answers  


iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?

1 Answers  


What is a 'pure' virtual function and what's its use?

1 Answers  


CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


What is the difference between method overloading and method overriding in c++?

0 Answers  


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


Categories