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 does dm mean sexually?
What is the purpose of type declarations?
p*=(++q)++*--p when p=q=1 while(q<=6)
When should we use pointers in a c program?
Why ca not I do something like this?
Which is better between malloc and calloc?
What is the use of function overloading in C?
What do you mean by dynamic memory allocation in c? What functions are used?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
How can I pad a string to a known length?
Is c is a low level language?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is the use of sizeof?
Why do we use c for the speed of light?