Answer Posted / virendra kumar
series of prime no
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain operator overloading.
How many keywords are used in c++?
Explain the auto storage classes in c++.
What is a dynamic binding in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the difference between public and private data members?
What is scope operator in c++?
What's the order in which the objects in an array are destructed?
Write a function that swaps the values of two integers, using int* as the argument type?
What is difference between rand () and srand ()?
Explain terminate() and unexpected() function?
Why do we need runtime polymorphism in c++?
How can you quickly find the number of elements stored in a static array?
Is c++ double?
What is insertion sorting?