Answer Posted / vikesh
int *a[5] means that there are 5 integer pointers[which
store adresess of only integers] whose adresses are in
continous locations and each pointer name is accesed by *a
[0],*a[1]....*a[4].for example
a[0]=n means a[0] points to n, a[1]=p means a[1] points to
p.[where n and p are integers]Let the adress of n and p be
some 625 and 254 respectively. then a[0] will hold 625
whose adress is(assume)1000 and a[1]will hold 254 whose
adress is 1002.similarly the a[2] will hold some adress(if
u make it to point) with its adress 1004 and a[3] will hold
some others adress with its adress 1006 and a[4] will hold
some others adress with its adress 1008.
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
Why main is used in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is meant by type casting?
List the different types of c tokens?
Explain how can you be sure that a program follows the ansi c standard?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Find MAXIMUM of three distinct integers using a single C statement
What is the use of in c?
What is a struct c#?
What is the use of void pointer and null pointer in c language?
What does %d do in c?
#include
What does %2f mean in c?
Wt are the Buses in C Language