int *a[5] refers to

Answers were Sorted based on User's Feedback



int *a[5] refers to..

Answer / subha raman

it simply refers to the value stored in a[4]..."*" denotes
the value stored and "&" denotes the address of the
pointer..

Is This Answer Correct ?    0 Yes 7 No

int *a[5] refers to..

Answer / mastan vali.shaik

the element of 5th row and 0th column

Is This Answer Correct ?    6 Yes 14 No

Post New Answer

More C Interview Questions

What are the differences between Structures and Arrays?

0 Answers   TCS,


Does c have an equivalent to pascals with statement?

0 Answers  


Why is c not oop?

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  






How can a number be converted to a string?

1 Answers  


How many loops are there in c?

0 Answers  


What is the use of pragma in embedded c?

0 Answers  


What are the disadvantages of external storage class?

0 Answers  


Which is better pointer or array?

0 Answers  


How can I pad a string to a known length?

0 Answers  


print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

8 Answers   TCS,


Categories