wat is the difference between array and pointer?

Answer Posted / shraddha choubey

1)array do not contains address.. but pointers contains address .
2)array means continues memory location but,pointers do not.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between Structures and Arrays?

835


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1741


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

973


What is difference between %d and %i in c?

886


State the difference between x3 and x[3].

824


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1757


What are 'near' and 'far' pointers?

803


What is context in c?

722


What is a class c rental property?

843


What is the use of gets and puts?

771


What is the difference between printf and scanf )?

783


Explain zero based addressing.

775


what are non standard function in c

1633


What is the maximum no. of arguments that can be given in a command line in C.?

879


Can you add pointers together? Why would you?

857