What is the real difference between arrays and pointers?

Answer Posted / saurabh agarwal

array name is a unmodifiable lvalue whereas pointer is a modifiable l value

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to check palindrome number in c programming?

601


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1333


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3694


Is main is a keyword in c?

613


Can a variable be both static and volatile in c?

610






Why cant I open a file by its explicit path?

597


explain what is a newline escape sequence?

692


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1788


How can I change their mode to binary?

702


Why string is used in c?

586


What is the difference between far and near in c?

604


Where register variables are stored in c?

556


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

722


Why is event driven programming or procedural programming, better within specific scenario?

1955


What is pointers in c?

663