What do you mean by early binding?


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

Post New Answer

More C++ General Interview Questions

What is a type library?

0 Answers  


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


What is a hashmap c++?

0 Answers  






When do we use copy constructors?

0 Answers  


What are the advantages of c++? Explain

0 Answers  


What is c strings syntax?

0 Answers  


What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


Can member functions be private?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


What is called array?

0 Answers  


Categories