Explain the concept of friend function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of default constructor?
What is the main purpose of overloading operators?
Write about the various sections of the executable image?
Do you know the problem with overriding functions?
Is std :: string immutable?
What are the benefits of oop in c++?
What is an Object/Instance?
What is an Iterator class?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Explain the differences between private, public and protected and give examples.
What are the differences between a struct in C and in C++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.