What is the real difference between arrays and pointers?
Answer Posted / sachin.r
Arrays allocate the memory during compile time.
Pointers allocate the memory during runtime.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to construct a simulator keeping the logical boolean gates in c
Explain how can I convert a string to a number?
Write a C program in Fibonacci series.
Explain how do you list a file’s date and time?
Why is sprintf unsafe?
Tell us bitwise shift operators?
What does typeof return in c?
How can I split up a string into whitespace-separated fields?
When do we get logical errors?
Why void main is used in c?
What is the explanation for cyclic nature of data types in c?
What is pointers in c?
Explain how does flowchart help in writing a program?
What is the difference between fread buffer() and fwrite buffer()?
Why do we write return 0 in c?