What is the real difference between arrays and pointers?
Answer Posted / tapan
Array is slow compare to pointer
| Is This Answer Correct ? | 46 Yes | 16 No |
Post New Answer View All Answers
What is class and object in c?
What is the difference between if else and switchstatement
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the difference between array and pointer?
How can I find out how much free space is available on disk?
Can we use visual studio for c?
What are derived data types in c?
What is a stream water?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is the use of void pointer and null pointer in c language?
What are volatile variables in c?
Why array is used in c?
How to write c functions that modify head pointer of a linked list?
What is an expression?