What is the real difference between arrays and pointers?
Answer Posted / pravinash
array is collection of similar datatype. it is a static
memory allocation means we can not increment and decrement
the arry size once we allocated. and we can not increment
the base address, reassign address.
pointer is a dynamic memory allocation. we can allocate the
size as we want, assigning into another variable and base
address incrementation is allowed.
| Is This Answer Correct ? | 72 Yes | 9 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
what are the facialities provided by you after the selection of the student.
Explain is it better to bitshift a value than to multiply by 2?
What do you mean by command line argument?
using only #include
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Which driver is a pure java driver
Is javascript based on c?
What language is c written?
What is the use of in c?
write a program to print data of 5 five students with structures?
Can the “if” function be used in comparing strings?
What is define directive?
What are the back slash character constants or escape sequence charactersavailable in c?
how logic is used