Answer Posted / sugumar
Functions let us create logical groupings of code
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does * p ++ increment p or what it points to?
What is the use of pointers in C?
Why isn't it being handled properly?
What are the functions to open and close the file in c language?
Lists the benefits of c programming language?
Tell me is null always defined as 0(zero)?
What is console in c language?
Why do we use stdio h and conio h?
What is the purpose of the preprocessor directive error?
What is a substring in c?
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?
Why dont c comments nest?
Explain the difference between structs and unions in c?
Write the syntax and purpose of a switch statement in C.
What does calloc stand for?