Can we use struct in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How do you traverse a btree in backward in-order?
What do you mean by persistent and non persistent objects?
What is the copy-and-swap idiom?
What is the use of typedef?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
Copy Linked List using recursive function?
What is the difference between prefix and postfix versions of operator++()?
What are stacks? Give an example where they are useful.
What are Binay tress and B trees? Diff between them?
What do manipulators do?
What causes a runtime error c++?
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?