What does #define mean in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
Can constructor be private in c++?
How do I run c++?
What is the use of turbo c++?
What are different types of polymorphism supported by C++
What is helper in c++?
Write my own zero-argument manipulator that should work same as hex?
What is a local reference?
What is a set in c++?
What is setfill c++?
State two differences between C and C++.