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
What is #include conio h?
Who invented b language?
Why can’t constant values be used to define an array’s initial size?
What oops means?
How many loops are there in c?
Why can arithmetic operations not be performed on void pointers?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How do I copy files?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what is the function of pragma directive in c?
What is indirection?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is function pointer c?
how many errors in c explain deply
please send me the code for multiplying sparse matrix using c