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
What are the differences between Structures and Arrays?
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
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is difference between %d and %i in c?
State the difference between x3 and x[3].
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.
What are 'near' and 'far' pointers?
What is context in c?
What is a class c rental property?
What is the use of gets and puts?
What is the difference between printf and scanf )?
Explain zero based addressing.
what are non standard function in c
What is the maximum no. of arguments that can be given in a command line in C.?
Can you add pointers together? Why would you?