wat is the difference between array and pointer?

Answer Posted / sanjay gupta

array is the similsr type of data and pointer is a momery location of element...

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pragma c?

605


Write a program that accept anumber in words

1246


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

700


Explain what is #line used for?

603


What are the header files used in c language?

577






Can we initialize extern variable in c?

626


What are directives in c?

539


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1522


What do you mean by recursion in c?

619


What are local static variables? How can you use them?

637


What is clrscr in c?

666


Write a program to find the biggest number of three numbers in c?

584


What are identifiers c?

560


How are structure passing and returning implemented?

588


What is the use of volatile?

602