Is dev c++ a good compiler?


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

Post New Answer

More C++ General Interview Questions

Is nan a c++?

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


What is general format for a prototype?

0 Answers  






Do you know about C++ 11 standard?

0 Answers   Agilent, ZS Associates,


What is auto used for in c++?

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 java and c++?

0 Answers  


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


Which c++ operator cannot overload?

0 Answers  


What is unary operator? List out the different operators involved in the unary operator.

0 Answers  


Categories