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

Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2251


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1489


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

672


What are the two types of structure?

578


How can you access memory located at a certain address?

667






What is keyword with example?

642


What is meant by recursion?

632


Can we initialize extern variable in c?

634


What is the explanation for the dangling pointer in c?

682


Is array a primitive data type in c?

579


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

570


What is the acronym for ansi?

631


Which is better oop or procedural?

634


what is the format specifier for printing a pointer value?

614


Explain how can I pad a string to a known length?

654