Can we use this pointer inside static member function?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the message and method?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
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.
Which software is best for coding?
What are the advantages of using typedef in a program?
Explain stack & heap objects?
Is c++ a programming language?
What is an object in c++?
Can constructor be private in c++?
What is a c++ map?
What are dynamic type checking?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?