What is the best free c++ compiler for windows?


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

Post New Answer

More C++ General Interview Questions

What is encapsulation in C++? Give an example.

0 Answers   HAL, Honeywell, Zomato,


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


When does a 'this' pointer 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,


What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,






What is c++ runtime?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


Explain the difference between abstract class and interface in c++?

0 Answers  


Is c++ the most powerful language?

0 Answers  


why we cant create array of refrences

4 Answers  


Categories