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 do you establish a has-a relationship?

0 Answers  


What is the real purpose of class – to export data?

0 Answers  


Is c++ a difficult language?

0 Answers  


Explain polymorphism?

0 Answers  


Explain pass by value and pass by reference.

0 Answers  






How do I start a c++ project?

0 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


What is the full form of ios?

0 Answers  


Is c# written in c++?

0 Answers  


Can we generate a C++ source code from the binary file?

2 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


Define basic type of variable used for a different condition in C++?

0 Answers  


Categories