Answer Posted / durga
Array is a group of elements of same data type.
Elements are identified by subscript or indexed.
Java follows zero(0) based indexing.
Name of the array points to the base element of the first array.
Array elements are stored continiously.
All the array elements sharing the common name.
It is an derived data type.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is #include called?
What is the significance of c program algorithms?
Difference between pass by reference and pass by value?
write a program to concatenation the string using switch case?
What is an example of structure?
main() { printf("hello"); fork(); }
What does %p mean c?
What does c mean before a date?
code for replace tabs with equivalent number of blanks
string reverse using recursion
What are the advantages of union?
Differentiate between #include<...> and #include '...'
What is the advantage of c?
FILE PROGRAMMING
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.