What is the real difference between arrays and pointers?

Answer Posted / siddhartha

Arrays allocate the memory space which cannot resized or
reassigned. But in case of pointers the memory size can be
resized

Is This Answer Correct ?    42 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Linked lists -- can you tell me how to check whether a linked list is circular?

860


What do you mean by dynamic memory allocation in c? What functions are used?

893


What is the difference between c and python?

816


What are the 32 keywords in c?

856


What are enums in c?

851


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1955


How do you print only part of a string?

789


Is c dynamically typed?

889


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1762


How can I recover the file name given an open stream?

767


How can I write a function analogous to scanf?

893


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

805


Tell us bitwise shift operators?

811


How does normalization of huge pointer works?

886


how do you programme Carrier Sense Multiple Access

1731