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 DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Why doesnt this code work?
Does c have circular shift operators?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Write a program in c to replace any vowel in a string with z?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
How can I trap or ignore keyboard interrupts like control-c?
Write a simple code fragment that will check if a number is positive or negative.
What are Macros? What are its advantages and disadvantages?
which is faster execution: loops or recursion?
who will call your main function in c under linux?