What is the real difference between arrays and pointers?

Answer Posted / siddhartha

Arrays allocate the memory space which cannot resized or
reassigned. But in case of pointers the memory size can be
resized

Is This Answer Correct ?    42 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should we use pointers in a c program?

627


What is the difference between printf and scanf )?

587


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1627


In which layer of the network datastructure format change is done

1429


Can you define which header file to include at compile time?

587






What is the difference between far and near ?

679


Can we use any name in place of argv and argc as command line arguments?

606


What is meant by errors and debugging?

645


How are variables declared in c?

598


Sir i need notes for structure,functions,pointers in c language can you help me please

1943


Is c procedural or object oriented?

575


What is the difference between int main and void main?

571


What is the purpose of & in scanf?

592


What is mean by data types in c?

550


What are identifiers c?

560