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
Can you please explain the difference between exit() and _exit() function?
What the advantages of using Unions?
What is the explanation for prototype function in c?
What does %2f mean in c?
What is meant by 'bit masking'?
How can I handle floating-point exceptions gracefully?
What is the difference between formatted&unformatted i/o functions?
write a c program for swapping two strings using pointer
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is #pragma statements?
What is define c?
Can we declare variable anywhere in c?
What are the salient features of c languages?
What are external variables in c?
What is sizeof array in c?