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 what is a stream?
Explain union.
Explain what is wrong in this statement?
What is pointer to pointer in c with example?
Are enumerations really portable?
What is C language ?
What is identifiers in c with examples?
Are bit fields portable?
What are loops in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
how can I convert a string to a number?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How can I convert a number to a string?
Why doesnt long int work?
Explain what is #line used for?