Answer Posted / satya.tivari
a function is a block of code or a logic by using some
methods that to be executed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is pointer to pointer in c language?
What is the difference between mpi and openmp?
Explain how can I convert a string to a number?
What does the function toupper() do?
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?
What is null pointer in c?
Explain goto?
What are pointers? What are different types of pointers?
What is a node in c?
Is null valid for pointers to functions?
What is a newline escape sequence?
Is register a keyword in c?
What are linker error?
What is malloc() function?
What is || operator and how does it function in a program?