What is the real difference between arrays and pointers?

Answer Posted / ved prakash

There is NO DIFFERENCE between Array and Pointer... Both
are 100% Equivalent... Ya but Implementation wise Array
is more friendly than Pointer, Actually Internally array is
converted into Pointer by the compiler..

I can Write more if you are not getting my Point..
U can contact me at VED.COM@GMAIL.COM

Is This Answer Correct ?    26 Yes 89 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an example of structure?

591


What are linked lists in c?

652


What is use of #include in c?

603


What are the different types of pointers used in c language?

614


How is null defined in c?

656






What are valid signatures for the Main function?

704


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

662


What does the c preprocessor do?

625


What is memcpy() function?

624


What is structure padding in c?

632


What is indirection in c?

631


What does the c in ctime mean?

573


Are there any problems with performing mathematical operations on different variable types?

577


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1635


Is null a keyword in c?

741