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
write a c program to find the sum of five entered numbers using an array named number
What will the preprocessor do for a program?
What is c definition?
Do array subscripts always start with zero?
What is identifiers in c with examples?
Do variables need to be initialized?
Simplify the program segment if X = B then C ← true else C ← false
write a c program for swapping two strings using pointer
What are enumerated types?
What are categories used for in c?
What's the right way to use errno?
Describe the steps to insert data into a singly linked list.
What are the modifiers available in c programming language?
how can f be used for both float and double arguments in printf? Are not they different types?
Is it better to use malloc() or calloc()?