What is the real difference between arrays and pointers?
Answer Posted / guest
Arrays automatically allocate space which is fixed in size and
location; pointers are dynamic.
| Is This Answer Correct ? | 202 Yes | 25 No |
Post New Answer View All Answers
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is getch() function?
Where does the name "C" come from, anyway?
How can I find out the size of a file, prior to reading it in?
how many key words availabel in c a) 28 b) 31 c) 32
What is meant by gets in c?
How does pointer work in c?
What is define directive?
Explain the binary height balanced tree?
What do mean by network ?
What is difference between function overloading and operator overloading?
What are examples of structures?
What is use of pointer?
How can I find the modification date and time of a file?
Can a variable be both const and volatile?