Answer Posted / sudhirkature
void main()
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does atoi function work?
Explain how an exception handler is defined and invoked in a Program.
Why do we use setw in c++?
Can we overload operator in c++?
Why is swift so fast?
Where Malloc(), Calloc(), and realloc() does get memory?
Is c++ a float?
What are manipulators used for?
What is size_type?
How do I run c++?
daily Routine of father
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
Write about the scope resolution operator?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Explain the difference between abstract class and interface in c++?