What is the real difference between arrays and pointers?
Answer Posted / saurabh agarwal
array name is a unmodifiable lvalue whereas pointer is a modifiable l value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What are the functions to open and close file in c language?
What are comments and how do you insert it in a C program?
What is the use of header files?
Differentiate fundamental data types and derived data types in C.
What is substring in c?
Why malloc is faster than calloc?
What are two dimensional arrays alternatively called as?
Explain what’s a signal? Explain what do I use signals for?
What is the difference between void main and main in c?
What is meant by realloc()?
How can I do peek and poke in c?
What are runtime error?
Is null equal to 0 in sql?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above