Does dev c++ support c++ 11?


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

Post New Answer

More C++ General Interview Questions

What is an accessor in c++?

0 Answers  


What is the basic difference between C and C++?

0 Answers   NIIT,


Can a constructor be private?

0 Answers  


How did c++ start?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  






Which ide is best for c++?

0 Answers  


Explain abstraction.

0 Answers  


What is singleton pattern in c++?

0 Answers  


What is pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


what is the difference between overloading & overriding? give example.

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


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

2 Answers   Persistent,


Categories