What is the real difference between arrays and pointers?
Answer Posted / swetha.j.n
Array is a group of elements.But pointer is not a group of
elements.
Array refer to the data in memory location.But pointer
refer to the address in memory location.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
why wipro wase
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is the use of structure padding in c?
Explain the difference between #include "..." And #include <...> In c?
Why c is procedure oriented?
What is I ++ in c programming?
What are different types of operators?
What are categories used for in c?
i want to know the procedure of qualcomm for getting a job through offcampus
What is the benefit of using const for declaring constants?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Where static variables are stored in memory in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
Which is more efficient, a switch statement or an if else chain?
What is the use of function overloading in C?