What is difference between array and pointer in c?
Answer / Dolly Rani
"An array is a collection of elements of the same data type stored in contiguous memory locations, accessed using an index. A pointer is a variable that stores the memory address of another variable or value. While arrays can be thought of as implicit pointers, pointers are more flexible and can point to variables of any data type."
| Is This Answer Correct ? | 0 Yes | 0 No |
In C, What is the #line used for?
How can I call a function with an argument list built up at run time?
plz let me know how to become a telecom protocol tester. thank you.
Do you know the purpose of 'register' keyword?
What does %p mean c?
How can a number be converted to a string?
What is the difference between null pointer and the void pointer?
In which language linux is written?
What are the preprocessors?
how c source file in converted to exe file
Is return a keyword in c?
program to print upper & lower triangle of a matrix