What does the following declaration mean?
int (*ptr)[10];

Home | Discussion Forum

What does the following declaration mean?
int (*ptr)[10];

View More Related Question

2) What does the following declaration mean?
int (*ptr)[10];

3) Size of the array need not be specified, when

4) An array elements are always stored in ________ memory locations.

5) What will be printed after execution of the following code?

void main()
{
int arr[10] = {1,2,3,4,5};
printf("%d", arr[5]);
}

UP Gk Online Test

taiyari24hour.com

Study 2 Online Says....
Kindly log in or signup.