What is the real difference between arrays and pointers?

Answer Posted / tapan

Array is slow compare to pointer

Is This Answer Correct ?    46 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which header file should you include if you are to develop a function which can accept variable number of arguments?

1085


What will be your course of action for a push operation?

875


What is the difference between the expression “++a” and “a++”?

895


Explain what is the difference between functions getch() and getche()?

813


What does return 1 means in c?

838


Do you know the use of 'auto' keyword?

892


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

864


differentiate built-in functions and user – defined functions.

888


Can we change the value of #define in c?

801


What does void main () mean?

979


is it possible to create your own header files?

858


Differentiate between full, complete & perfect binary trees.

882


What is the difference between malloc() and calloc() function in c language?

846


What is clrscr ()?

892


What is getch?

858