What is the real difference between arrays and pointers?
Answer Posted / jayu
in that case i just want to tell u 1 thing that the array
needs continuous memory ,but pointer could be flexible in the,
memory allocation cases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can a program be made to print the name of a source file where an error occurs?
Write a program to show the change in position of a cursor using c
Explain the use of keyword 'register' with respect to variables.
Explain the advantages and disadvantages of macros.
What is bubble sort technique in c?
Explain what are preprocessor directives?
Explain what happens if you free a pointer twice?
How the c program is executed?
Why does notstrcat(string, "!");Work?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What are the valid places to have keyword “break”?
Why clrscr is used in c?
What is the heap?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Once I have used freopen, how can I get the original stdout (or stdin) back?