wat is the difference between array and pointer?

Answer Posted / unni

array is a fixed sequence collection of elements of the same datatype:
pointer contains memory address as their values...

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please compare array with pointer?

611


Does * p ++ increment p or what it points to?

603


What are the three constants used in c?

538


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1576


What does main () mean in c?

609






What is an expression?

650


Who invented bcpl language?

698


Why can arithmetic operations not be performed on void pointers?

583


What is difference between main and void main?

618


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1293


Explain the process of converting a Tree into a Binary Tree.

2094


If errno contains a nonzero number, is there an error?

796


Is boolean a datatype in c?

539


How many header files are in c?

547


what is the difference between 123 and 0123 in c?

714