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!!!)
Answer Posted / sweetsmiracle17
plz provide answer
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a program on swapping (100, 50)
Function calling procedures? and their differences? Why should one go for Call by Reference?
What header files do I need in order to define the standard library functions I use?
Can you please explain the difference between syntax vs logical error?
Why do we use namespace feature?
Differentiate between null and void pointers.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Why do we use header files in c?
Is c still relevant?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
can anyone please tell about the nested interrupts?
What is the meaning of typedef struct in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why does everyone say not to use gets?