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
Can you write the algorithm for Queue?
Explain how can you avoid including a header more than once?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Why flag is used in c?
Is it possible to have a function as a parameter in another function?
How reliable are floating-point comparisons?
Explain how can a program be made to print the name of a source file where an error occurs?
How can you increase the size of a statically allocated array?
Why we write conio h in c?
How many header files are in c?
What is a MAC Address?
How do I use void main?
How pointer is different from array?
How can you access memory located at a certain address?
How is null defined in c?