Answer Posted / manipal singh
Array is a collection of similar data types which stored in
contiguous memory locations
| Is This Answer Correct ? | 65 Yes | 9 No |
Post New Answer View All Answers
Explain what are the standard predefined macros?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
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?
Write a Program to accept different goods with the number, price and date of purchase and display them
what are the different storage classes in c?
Where are the auto variables stored?
Explain what is meant by high-order and low-order bytes?
What is malloc and calloc?
What are predefined functions in c?
What are the types of functions in c?
Explain how can you tell whether a program was compiled using c versus c++?
What is void pointers in c?
What is the use of ?
What is pointer to pointer in c language?
What's the total generic pointer type?