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 math functions are available for integers? For floating point?
What is the translation phases used in c language?
What is double pointer?
Is c a great language, or what?
Explain bitwise shift operators?
What are multibyte characters?
Explain how do you determine whether to use a stream function or a low-level function?
What is #define in c?
What is the difference between int main and void main in c?
What is printf () in c?
How many bytes are occupied by near, far and huge pointers (dos)?
How do shell structures work?
Why dont c comments nest?
Is c pass by value or reference?
Is int a keyword in c?