Write a C++ program without using any loop (if, for, while
etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not
use 200 print statements!!!)
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
What is function overloading and operator overloading?
What is the real life example of polymorphism?
Why is abstraction used?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
tel me oops defination in single line
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
oops concept is used for?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Describe what an Interface is and how it?s different from a Class.
What is polymorphism and its types?
Why do we need polymorphism in c#?