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
Is javascript written in c?
What is a void pointer? When is a void pointer used?
Explain data types & how many data types supported by c?
What is the main difference between calloc () and malloc ()?
What the different types of arrays in c?
Explain the concept and use of type void.
What is %d used for?
Explain what is the general form of a c program?
Ow can I insert or delete a line (or record) in the middle of a file?
Can we change the value of constant variable in c?
Is c# a good language?
What is the size of empty structure in c?
What is const keyword in c?
What do you mean by dynamic memory allocation in c?
Is c procedural or object oriented?