Who calls main function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
What does int * mean in c++?
What is implicit pointer in c++?
What are shallow and deep copies?
What is scope operator in c++?
How does atoi function work?
Define a constructor - what it is and how it might be called (2 methods)?
If dog is a friend of boy, is boy a friend of dog?
When is a template better solution than a base class??
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
How do you clear a map in c++?
Write a recursive program to calculate factorial in c++.