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

which is faster execution: loops or recursion?

3 Answers  


Can math operations be performed on a void pointer?

0 Answers  


Can we access the array using a pointer in c language?

0 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


How many types of functions are there in c?

0 Answers  


What are the string functions? List some string functions available in c.

0 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


What is #include cctype?

0 Answers  


program to find middle element of linklist?

1 Answers   Huawei,


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  


Categories