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
What does #pragma once mean?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is context in c?
What is variables in c?
Why c is known as a mother language?
What are directives in c?
What is wrong with this statement? Myname = 'robin';
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Are global variables static in c?
Why c is called free form language?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Tell us the use of fflush() function in c language?
explain what are actual arguments?
What is ctrl c called?
What is extern storage class in c?