What is the real difference between arrays and pointers?
Answer Posted / santosh
array is refered directly to the elements.
but in pointers we refers to address of the elements but not
elements . indirect calling of the elements.
| Is This Answer Correct ? | 155 Yes | 26 No |
Post New Answer View All Answers
How the c program is executed?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are the application of c?
What are local static variables?
What are terms in math?
Write a program to identify if a given binary tree is balanced or not.
Tell me what are bitwise shift operators?
What are type modifiers in c?
What is a list in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is define c?
What is the significance of c program algorithms?
How to throw some light on the b tree?
What is local and global variable in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?