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

can a union be self-referenced?

1 Answers  


what do structure language means?

3 Answers   Microsoft,


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


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

0 Answers  


What does sizeof function do?

0 Answers  


print the palindrome numbers in between 0 to n

1 Answers  


What is scanf_s in c?

0 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  


tell me the full form of c?

2 Answers  


How do you override a defined macro?

0 Answers  


can we implement multi-threads in c.

0 Answers  


What are # preprocessor operator in c?

0 Answers  


Categories