What is the real difference between arrays and pointers?

Answer Posted / santosh

array is refered directly to the elements.
but in pointers we refers to address of the elements but not
elements . indirect calling of the elements.

Is This Answer Correct ?    155 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which is an algorithm for sorting in a growing Lexicographic order

1394


What is #pragma statements?

584


What is struct node in c?

615


C program to find all possible outcomes of a dice?

1853


What is variable and explain rules to declare variable in c?

550






regarding pointers concept

1568


How is = symbol different from == symbol in c programming?

607


How to explain the final year project as a fresher please answer with sample project

463


What is the 'named constructor idiom'?

636


Is c still used?

598


What is wrong with this code?

690


Where are c variables stored in memory?

592


Is it fine to write void main () or main () in c?

544


What is an array in c?

593


What is the use of static variable in c?

593