What is the real difference between arrays and pointers?
Answer Posted / jayu
in that case i just want to tell u 1 thing that the array
needs continuous memory ,but pointer could be flexible in the,
memory allocation cases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between function overloading and operator overloading?
What is ponter?
Why c is called object oriented language?
Differentiate between Macro and ordinary definition.
What is function prototype in c language?
What does d mean?
What are the header files used in c language?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain what are multidimensional arrays?
What are conditional operators in C?
Is null always equal to 0(zero)?
How can I read/write structures from/to data files?
In a switch statement, what will happen if a break statement is omitted?
How can my program discover the complete pathname to the executable from which it was invoked?
Why malloc is faster than calloc?