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
What are reserved words with a programming language?
regarding pointers concept
What is pointer to pointer in c with example?
How can you check to see whether a symbol is defined?
What are predefined functions in c?
List the difference between a "copy constructor" and a "assignment operator"?
What happens if you free a pointer twice?
What does #pragma once mean?
Can main () be called recursively?
What is the difference between NULL and NUL?
Mention four important string handling functions in c languages .
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Calculate 1*2*3*____*n using recursive function??
What are external variables in c?
How do you redirect a standard stream?