What is the real difference between arrays and pointers?
Answer Posted / shubham arora
1-through pointers we can access data directly while in array we have to traverse the whole array for accessing particular data.
2- due to above reason accessing through pointers is fast than
array.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between strcpy() and memcpy() function in c programming?
How can you be sure that a program follows the ANSI C standard?
What is an expression?
How do we print only part of a string in c?
In which language linux is written?
What is sizeof return in c?
Mention four important string handling functions in c languages .
Why is c so powerful?
What are dangling pointers in c?
Explain what are the different file extensions involved when programming in c?
Is null a keyword in c?
What are the restrictions of a modulus operator?
how many errors in c explain deply
Why #include is used in c language?
Why we use conio h in c?