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
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
What is object and class in oops?
what is data hiding.
What is and I oop mean?
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
Can java compiler skips any statement during compilation time?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Conversion from a basic type to a class type may be achieved using______________
Write a program to find out the number of palindromes in a sentence.
What is purpose of inheritance?
What are different oops concepts?