Write a C++ program without using any loop (if, for, while
etc) to print numbers from 1 to 100 and 100 to 1;
Answer Posted / kt vikram
We are using 'goto' statement to print the numbers without using
if,for,while etc.
| Is This Answer Correct ? | 38 Yes | 23 No |
Post New Answer View All Answers
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is a nested loop?
What are control structures? What are the different types?
What is a function in c?
largest Of three Number using without if condition?
using only #include
Is there a way to compare two structure variables?
What is a example of a variable?
What does %p mean c?
What is difference between union All statement and Union?
Can we initialize extern variable in c?
What is the concatenation operator?
How do you define structure?
Explain what are compound statements?
Do pointers take up memory?