Can we use struct in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Describe Trees using C++ with an example.
Difference between struct and class in terms of access modifier.
Difference between Operator overloading and Functional overloading?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
Differentiate between the message and method in c++?
What is setw manipulator in c++?
What is while loops?
What do you mean by ‘void’ return type?
What is the v-ptr?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is a "Copy Constructor"?
What is the difference between reference and pointer?