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
What is static memory allocation? Explain
explain what are pointers?
What are the scope of static variables?
What are 'near' and 'far' pointers?
What is function prototype in c language?
Explain what is operator promotion?
What is memcpy() function?
what is the format specifier for printing a pointer value?
Who is the main contributor in designing the c language after dennis ritchie?
How can variables be characterized?
What is a spanning Tree?
Can a variable be both constant and volatile?
What are register variables in c?
What is the best organizational structure?
What are predefined functions in c?