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

What is volatile keyword in c?

0 Answers  


Do you know the use of fflush() function?

0 Answers  


whitch value return void main?

11 Answers  


There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.

15 Answers   Cisco, Google, MBT,


What are the different types of pointers used in c language?

0 Answers  






how to find your architecture is LittleEndian or BigEndian?

1 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What’s the special use of UNIONS?

0 Answers   ADP,


What is file in c preprocessor?

0 Answers  


How can I run c program?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


How would you find a cycle in a linked list?

3 Answers   NSN,


Categories