What is the real difference between arrays and pointers?
Answer Posted / ravi
Array is simply collecton of similar datatype and the pointer is a variable that represents the location of that data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is c system32 taskhostw exe?
what is the format specifier for printing a pointer value?
Explain how can I remove the trailing spaces from a string?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain what is the difference between a string and an array?
Under what circumstances does a name clash occur?
How does placing some code lines between the comment symbol help in debugging the code?
What is storage class?
Explain what is wrong with this program statement? Void = 10;
What are the advantages of using macro in c language?
What are the similarities between c and c++?
What is #line in c?
What is a program flowchart?
What is operator promotion?
Explain what does it mean when a pointer is used in an if statement?