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
Is a house a shell structure?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Why is c called a structured programming language?
Does c have circular shift operators?
Give differences between - new and malloc() , delete and free() ?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How does placing some code lines between the comment symbol help in debugging the code?
What is pre-emptive data structure and explain it with example?
hi any body pls give me company name interview conduct "c" language only
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Find MAXIMUM of three distinct integers using a single C statement
explain what are actual arguments?
Tell me is null always defined as 0(zero)?
What is unary operator?
Why do we need a structure?