wat is the difference between array and pointer?

Answer Posted / unni

array is a fixed sequence collection of elements of the same datatype:
pointer contains memory address as their values...

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is printf a keyword?

953


When is a null pointer used?

821


What is function definition in c?

774


formula to convert 2500mmh2o into m3/hr

743


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

838


What is the difference between int main and void main in c?

812


How can I discover how many arguments a function was actually called with?

824


Can main () be called recursively?

858


How are pointers declared in c?

784


How can you determine the maximum value that a numeric variable can hold?

871


Why c is called top down?

832


Hai what is the different types of versions and their differences

1713


What is indirection? How many levels of pointers can you have?

900


How can you increase the allowable number of simultaneously open files?

807


Write a program to reverse a given number in c?

764