What are enumerations?


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

Post New Answer

More C++ General Interview Questions

What is switch case in c++ syntax?

0 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,


How do you add an element to a set in c++?

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  






what are difference between c and c++?

9 Answers   Accenture,


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


What is binary search in c++?

0 Answers  


program in c++ to input digits and print in words

1 Answers   Microsoft,


Write a program using display() function which takes two arguments.

0 Answers  


Categories