Answer Posted / 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 View All Answers
Can we add pointers together?
How can you find out how much memory is available?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is a buffer in c?
How can I find the modification date of a file?
Which is better pointer or array?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Is c compiled or interpreted?
explain what is an endless loop?
What is wrong in this statement? scanf(“%d”,whatnumber);
In C programming, what command or code can be used to determine if a number of odd or even?
What is difference between arrays and pointers?
What does the error 'Null Pointer Assignment' mean and what causes this error?
How to set file pointer to beginning c?
What are the differences between new and malloc in C?