Can union be self referenced?


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

Post New Answer

More C++ General Interview Questions

What is function declaration in c++ with example?

0 Answers  


Does improper inheritance have a potential to wreck a 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  


How to write a program such that it will delete itself after exectution?

3 Answers  


What does obj stand for?

0 Answers  






What issue do auto_ptr objects address?

2 Answers  


What c++ library is string in?

0 Answers  


What is istream and ostream in c++?

0 Answers  


What does n mean in c++?

0 Answers  


how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


what is C++ exceptional handling?

0 Answers  


What is 'Copy Constructor' and when it is called?

1 Answers  


Categories