Explain the difference between struct and class in terms of access modifier.
No Answer is Posted For this Question
Be the First to Post Answer
If you don’t declare a return value, what type of return value is assumed?
Mention the purpose of istream class?
Can I run c program in turbo c++?
When does the c++ compiler create temporary variables?
What is the use of dot in c++?
When volatile can be used?
What are the various arithmetic operators in c++?
What is the difference between the compiler and the preprocessor?
What is c++ redistributable?
What is private, public and protected inheritance?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What are iterators in c++?