What is the real difference between arrays and pointers?

Answer Posted / swetha.j.n

Array is a group of elements.But pointer is not a group of
elements.
Array refer to the data in memory location.But pointer
refer to the address in memory location.

Is This Answer Correct ?    21 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I manipulate individual bits?

814


What is a rvalue?

961


What does %2f mean in c?

982


Why does everyone say not to use scanf? What should I use instead?

1087


Why is c called "mother" language?

1075


Explain what does the format %10.2 mean when included in a printf statement?

1132


Write program to remove duplicate in an array?

832


What does emoji p mean?

803


can any one tel me wt is the question pattern for NIC exam

1759


Explain what are header files and explain what are its uses in c programming?

891


What is property type c?

852


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

909


What is new line escape sequence?

1040


Define VARIABLE?

919


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1814