Can union be self referenced?
No Answer is Posted For this Question
Be the First to Post Answer
Is C++ case sensitive a) False b) Depends on implementation c) True
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
What is size of empty class object
Which algorithm do you like the most? Why?
What is c++ manipulator?
const char * char * const What is the differnce between the above two?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
How can a '::' operator be used as unary operator?
What is pointer to array in c++?
Is c++ vector dynamic?
What is compilation?