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
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
How can you avoid including a header more than once?
What is data types?
show how link list can be used to repersent the following polynomial i) 5x+2
What is pointer to pointer in c language?
Write a program to swap two numbers without using third variable?
why we wont use '&' sing in aceesing the string using scanf
What is the difference between ++a and a++?
Why do we use c for the speed of light?
Explain what is the difference between #include and #include 'file' ?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is operator precedence?
What is ## preprocessor operator in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain what does the format %10.2 mean when included in a printf statement?