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
Explain what does the function toupper() do?
Tell us two differences between new () and malloc ()?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the right type to use for boolean values in c?
Can you return null in c?
What would be an example of a structure analogous to structure c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Is swift based on c?
Is fortran still used today?
What is the difference between far and near in c?
Which is an example of a structural homology?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Compare interpreters and compilers.
What is string in c language?
can anyone please tell about the nested interrupts?