What is the real difference between arrays and pointers?
Answer Posted / swetha.j.n
Array is a group of elements.But pointer is not a group of
elements.
Array refer to the data in memory location.But pointer
refer to the address in memory location.
Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
How can I manipulate individual bits?
What is a rvalue?
What does %2f mean in c?
Why does everyone say not to use scanf? What should I use instead?
Why is c called "mother" language?
Explain what does the format %10.2 mean when included in a printf statement?
Write program to remove duplicate in an array?
What does emoji p mean?
can any one tel me wt is the question pattern for NIC exam
Explain what are header files and explain what are its uses in c programming?
What is property type c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is new line escape sequence?
Define VARIABLE?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.