Difference between struct and class in terms of access modifier.
No Answer is Posted For this Question
Be the First to Post Answer
What is the most useful programming language?
What is the need of a destructor? Explain with the help of an example.
What are features of c++?
Which is best ide for c++?
What is RAII (Resource Acquisition Is Initialization)?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Why c++ is so important?
structure contains int, char, float how it behaves for big endian and little endian?
What is DlgProc?
Write about the access privileges in c++ and also mention about its default access level?
What sorting algorithm does c++ use?
What is the meaning of c++?