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
Why do we use string in c++?
Explain how an exception handler is defined and invoked in a Program.
What is size of Empty Class?
How do I use turbo c++?
How we can differentiate between a pre and post increment operators during overloading?
What is a container class? What are the types of container classes?
What is Memory Alignment?
What is the difference between a definition and a declaration?
List out some of the object-oriented methodologies?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
Can I learn c++ without learning c?