What do you mean by enumerated data type?


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

Post New Answer

More C++ General Interview Questions

How const int *ourpointer differs from int const *ourpointer?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


Write about the various sections of the executable image?

0 Answers  


Write about an iterator class?

0 Answers  


Describe the setting up of my member functions to avoid overriding by the derived class?

0 Answers  






Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


Where must the declaration of a friend function appear?

0 Answers  


Explain the difference between struct and class in terms of access modifier.

0 Answers  


Define linked lists with the help of an example.

0 Answers  


How can a called function determine the number of arguments that have been passed to it?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


Categories