What is the real difference between arrays and pointers?
Answer Posted / vipul singh
there is only a single difference between array and pointer,
in c lang array is limited(limited in the sense,define the
size at complie time) while pointer are upto memory location.
array and pointer both point to the initial
address.
if somebody says it is wrong so pls tell me the correct
difference.
im vipul from jaipur doing MCA 2nd sem.
my email id is vipul.fifteen@yahoo.com
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is #include stdlib h?
Is c a great language, or what?
What is static and auto variables in c?
Why should I prototype a function?
When can you use a pointer with a function?
What is anagram in c?
What is cohesion in c?
Why is sprintf unsafe?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain which function in c can be used to append a string to another string?
What is c token?
What are the uses of null pointers?
How do you view the path?
Not all reserved words are written in lowercase. TRUE or FALSE?