int *a[5] refers to

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


Please Help Members By Posting Answers For Below Questions

What is the right type to use for boolean values in c?

581


How do we make a global variable accessible across files? Explain the extern keyword?

1417


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2407


Is c high or low level?

577


What are the functions to open and close the file in c language?

591






Can we use any name in place of argv and argc as command line arguments?

606


What is data type long in c?

621


How many types of functions are there in c?

581


Why isn't it being handled properly?

643


What is string length in c?

605


What is a pointer in c plus plus?

690


What is the difference between fread and fwrite function?

636


What type of function is main ()?

583


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

613


Explain what will the preprocessor do for a program?

593