int *a[5] refers to
Answers were Sorted based on User's Feedback
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 |
the element of 5th row and 0th column
| Is This Answer Correct ? | 6 Yes | 14 No |
What is the difference between the = symbol and == symbol?
Difference between linking and loading?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is memcpy() function?
What is floating point constants?
Is it acceptable to declare/define a variable in a c header?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Can you think of a logic behind the game minesweeper.
how to find that no is int or float?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
write program on arrays