What is the real difference between arrays and pointers?
Answer Posted / ved prakash
There is NO DIFFERENCE between Array and Pointer... Both
are 100% Equivalent... Ya but Implementation wise Array
is more friendly than Pointer, Actually Internally array is
converted into Pointer by the compiler..
I can Write more if you are not getting my Point..
U can contact me at VED.COM@GMAIL.COM
| Is This Answer Correct ? | 26 Yes | 89 No |
Post New Answer View All Answers
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What are different types of pointers?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are the keywords in c?
What does the c in ctime mean?
What are header files in c?
What does void main () mean?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Explain the use of fflush() function?
What is the scope of local variable in c?
What is #define used for in c?
What is return in c programming?
How can I do graphics in c?
What 'lex' does?
What is the difference between near, far and huge pointers?