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
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What are the features of c language?
What functions are used in dynamic memory allocation in c?
How can I manipulate individual bits?
how logic is used
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
All technical questions
Explain union.
What is a shell structure examples?
Define Array of pointers.
What is int main () in c?
What are different types of variables in c?
What is the value of c?
What is return type in c?
How can I direct output to the printer?