What is enum class in c++?


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

Post New Answer

More C++ General Interview Questions

Is c# written in c++?

0 Answers  


Explain the concept of memory leak?

0 Answers  


What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


Write a program to add three numbers in C++ utilizing classes.

0 Answers   TCS,


What is the use of volatile variable?

0 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


What is static function? Explain with an example

0 Answers  


Why is c++ awesome?

0 Answers  


What is c++ hash?

0 Answers  


How to create a pure virtual function?

1 Answers  


Categories