compare array with pointer?



compare array with pointer?..

Answer / vadivel t

conceptually, pointer is another representation of an array.
In both the concepts data elements can be accessed using
subscripts.

Array knows the boundary of it. But pointer will not know
its boundary, unless otherwise informed explicitly.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

Derive the complexity expression for AVL tree?

1 Answers  


Write a program for Overriding.

0 Answers  


what is diference between return 0 and return NULL??

3 Answers  


What is the use of linkage in c language?

0 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  






write a program to print %d ?

12 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


what is the size of an integer variable?

4 Answers  


What is nested structure with example?

0 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


Why do we need arrays in c?

0 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


Categories