What is break in c?
No Answer is Posted For this Question
Be the First to Post Answer
tell me the full form of c?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Which node is more powerful and can handle local information processing or graphics processing?
What is use of null pointer in c?
What are runtime error?
What is typedf?
What is the diffences between Windows XP and Windows Visa
What is volatile
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
What are enums in c?
what is the full form of c language
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not