Answer Posted / shivukumar hiremath
In general array
of pointers..but
we can
say..content of a
of 5(i.e *a[5] we
read and its a
type of int so
that . .the memory
allocated is 4byte
of int and
multiplied with 5
20bytes . .starting
address 4bytes for
pointer variable
a..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a const pointer?
What is return in c programming?
Differentiate between static and dynamic modeling.
What is use of null pointer in c?
What is pointer & why it is used?
Why isn't any of this standardized in c? Any real program has to do some of these things.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is 2 d array in c?
Write a program of advanced Fibonacci series.
Dont ansi function prototypes render lint obsolete?
Why is c known as a mother language?
What is the best way of making my program efficient?
What is static volatile in c?
What does %p mean?
Differentiate between functions getch() and getche().