Answer Posted / seng rattana
An array is a group of program elements in the same type
stored in memory locations which can be individually
referenced by adding an index to a unique identifier.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is dynamic variable in c?
What are the disadvantages of a shell structure?
How do you define structure?
What is variable and explain rules to declare variable in c?
Why dont c comments nest?
What is use of null pointer in c?
How can I find out how much free space is available on disk?
Explain what math functions are available for integers? For floating point?
Can you define which header file to include at compile time?
Can we access the array using a pointer in c language?
What is hash table in c?
what are the advantages of a macro over a function?
swap 2 numbers without using third variable?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What are the features of c languages?