program in c to print 1 to 100 without using loop

Answer Posted / rajasekhar

excellent thiking

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of sizeof () in c?

553


What is the usage of the pointer in c?

601


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

603


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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2736


What is pass by value in c?

593






hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1630


what are the different storage classes in c?

660


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

664


Can a void pointer point to a function?

565


Can math operations be performed on a void pointer?

583


How do I use void main?

629


Is there any data type in c with variable size?

628


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

633


Who developed c language and when?

573


What is identifiers in c with examples?

672