Answer Posted / shubham
In short we can say that
Array is a single variable in
which multiple values of
same type can be stored.
Elements of Array share
single name.
Eg: int a[2];
here a is a variable in which
two elements of type int are
stored.
http://
studytipsandtricks.blogspot.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Explain the Difference between the New and Malloc keyword.
Should I learn c before c++?
What are the difference between a free-standing and a hosted environment?
How can you allocate arrays or structures bigger than 64K?
Explain how are 16- and 32-bit numbers stored?
What is c standard library?
please send me the code for multiplying sparse matrix using c
Are c and c++ the same?
Explain the process of converting a Tree into a Binary Tree.
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What are the 4 types of functions?
What are the advantages and disadvantages of pointers?