What is the best c++ compiler?



What is the best c++ compiler?..

Answer / Shilpa Yadav

The 'best' C++ compiler can vary depending on the specific use case and operating system. Some popular options include g++, Clang, Microsoft Visual C++, and Intel Compiler.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is difference between n and endl in c++?

1 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What is a set in c++?

1 Answers  


What are advantages of c++?

1 Answers  


What does scope resolution operator do?

1 Answers  


What is the difference between map and hashmap in c++?

1 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

1 Answers  


when can we use virtual destructor?

7 Answers   HCL, HP, Virage Logic,


Describe linkages and types of linkages?

1 Answers  


What is the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


How do you establish an is-a relationship?

1 Answers  


What is #include iostream in c++?

1 Answers  


Categories