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
How is a null pointer different from a dangling pointer?
Why do we use null pointer?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the use of c language in real life?
Explain about the functions strcat() and strcmp()?
What are valid signatures for the Main function?
Why & is used in c?
Explain what is page thrashing?
How can I implement sets or arrays of bits?
What is the difference between local variable and global variable in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Can you please explain the difference between malloc() and calloc() function?
Explain what are preprocessor directives?
What is the purpose of the statement: strcat (S2, S1)?