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
What is polymorphism explain?
What is the difference between the C & C++?
Explain polymorphism? What r the types of polymorphism? pls give examples?
what is difference between objects and function
what is difference between c++ language and java language
Write a program to reverse a string using recursive function?
What is a linked list?
what is cast operator?
What language is oop?
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
WAP to generate 2n+1 lines of the following pattern on the computer screen:
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?