program in c to print 1 to 100 without using loop
Answer Posted / gadigebhasker
There are some corrections in the above program keep start label above first if statement and add goto start after the printf statement
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the code in while loop that returns the output of given code?
What is non linear data structure in c?
Here is a neat trick for checking whether two strings are equal
What are the two types of functions in c?
How many types of arrays are there in c?
What is the difference between Printf(..) and sprint(...) ?
how can use subset in c program and give more example
What’s a signal? Explain what do I use signals for?
Explain what is the stack?
Is it possible to pass an entire structure to functions?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
swap 2 numbers without using third variable?
Do you know null pointer?
In c language can we compile a program without main() function?