Answer Posted / ashwin kanjariya
I accept the last function since it has less time complexity than all other functions........
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Define stacks. Provide an example where they are useful.
What is the use of object in c++?
What is an inclusion guard?
What is a tuple c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is the copy-and-swap idiom?
Write bites in Turbo c++ Header ("Include") Files.
How is c++ used in the real world?
Where is atoi defined?
How does list r; differs from list r();?
Write syntax to define friend functions in C++.
Does there exist any other function which can be used to convert an integer or a float to a string?
What are the data types in c++?
What is setbase c++?