What is the real difference between arrays and pointers?

Answer Posted / guest

Arrays automatically allocate space which is fixed in size and
location; pointers are dynamic.

Is This Answer Correct ?    202 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is ur strangth & weekness

1824


Tell me the use of bit field in c language?

634


Add Two Numbers Without Using the Addition Operator

357


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

678


differentiate built-in functions and user – defined functions.

634






What are the types of data structures in c?

606


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1862


What are type modifiers in c?

625


Why is c so popular?

654


explain what is fifo?

636


What is the difference between test design and test case design?

1575


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1987


What is the heap?

689


Difference between macros and inline functions? Can a function be forced as inline?

716


What are volatile variables in c?

525