What is the real difference between arrays and pointers?
Answer Posted / siddhartha
Arrays allocate the memory space which cannot resized or
reassigned. But in case of pointers the memory size can be
resized
| Is This Answer Correct ? | 42 Yes | 8 No |
Post New Answer View All Answers
Why is c called a mid-level programming language?
What is switch in c?
Why c language?
In c language can we compile a program without main() function?
Explain what is a static function?
What is getch () for?
What is calloc()?
Can the size of an array be declared at runtime?
How many loops are there in c?
What is the heap?
What is this pointer in c plus plus?
What is the acronym for ansi?
What is default value of global variable in c?
What is bash c?
What are enums in c?