What is the real difference between arrays and pointers?
Answer Posted / subhasmita swain
arrays stores a block of contigious memory .where as
Pointers are save the base address of the block of
memory,it may be a array of datas.pointers can resize them
shelves by pointing to a different block of memory,in
contrast arrays are fixed size.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain how can I open a file so that other programs can update it at the same time?
What is bss in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is null pointer constant?
How to declare a variable?
What is nested structure with example?
How can I read/write structures from/to data files?
Explain how can a program be made to print the line number where an error occurs?
Is c call by value?
What is call by reference in functions?
What does void main return?
using for loop sum 2 number of any 4 digit number in c language
Explain how can you tell whether a program was compiled using c versus c++?
What is structure pointer in c?
Why is c called a structured programming language?