Answer Posted / jyoti
An Array is a Drived data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the total generic pointer type?
Without Computer networks, Computers will be half the use. Comment.
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is difference between function overloading and operator overloading?
How do we make a global variable accessible across files? Explain the extern keyword?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is ctrl c called?
What is scope rule in c?
What do the functions atoi(), itoa() and gcvt() do?
How can I read/write structures from/to data files?
What is a struct 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?
Explain the bubble sort algorithm.
How can I discover how many arguments a function was actually called with?
What will be the outcome of the following conditional statement if the value of variable s is 10?