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
What is the limitation of cin while taking input for character array?
What are the advantages of using typedef in a program?
Is c++ a difficult language?
What is endl?
Which sort does c++ use?
What are function prototypes?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is singleton class in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Explain the term memory alignment?
How a modifier is similar to mutator?
What is c++ manipulator?