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


Please Help Members By Posting Answers For Below Questions

How will you declare an array of three function pointers where each function receives two ints and returns a float?

787


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

735


show how link list can be used to repersent the following polynomial i) 5x+2

1681


How do you use a pointer to a function?

637


How can you be sure that a program follows the ANSI C standard?

1133






Why static is used in c?

627


Why #include is used in c language?

605


Why do we use header files in c?

586


What are the types of variables in c?

582


how could explain about job profile

1458


Can i use “int” data type to store the value 32768? Why?

758


Can you please explain the difference between syntax vs logical error?

699


Explain how many levels deep can include files be nested?

630


List the variables are used for writing doubly linked list program.

1626


What are loops c?

618