Answer Posted / gopesh dubey
Because the name of array is a pointer
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between structure and union?
what does static variable mean?
Explain zero based addressing.
What is data type long in c?
What are the general description for loop statement and available loop types in c?
What is the significance of scope resolution operator?
What is a string?
What is structure pointer in c?
What is actual argument?
Write program to remove duplicate in an array?
What is the purpose of sprintf?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Is it possible to pass an entire structure to functions?
How is a pointer variable declared?
Can we use visual studio for c?