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 class and example?
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
what is the usage of clas templates
Write a c++ program to display pass and fail for three student using static member function
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
what is the difference between <stdio.h>and "stdio.h"?
What is the difference between const int *ptr and int const *ptr???
namespace is working on which compiler?
Which method cannot be overridden?
What is polymorphism and its types?
What is an orthogonal base class?