Write a struct time where integer m, h, s are its members?
No Answer is Posted For this Question
Be the First to Post Answer
Describe private, protected and public – the differences and give examples.
What is private inheritance?
When are exception objects created?
When does a name clash occur in c++?
What are the effects after calling the delete this operator ?
What is difference between array and vector in c++?
How do I start a c++ project?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What are static type checking?
Why do we use setw in c++?
Is c++ a dying language?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.