wat is the difference between array and pointer?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / sanjay gupta
array is the similsr type of data and pointer is a momery location of element...
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / lucky
In a arry we have to specify length before we use.
But in the case of poiters we don't need.
| Is This Answer Correct ? | 0 Yes | 1 No |
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
How to find a missed value, if you want to store 100 values in a 99 sized array?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
i want to job in your company, so how it will be possible.
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
is assignment operator is arithmatic or not
What are the restrictions of a modulus operator?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
what is difference between c and c++
What are multidimensional arrays?
How main function is called in c?
What are variables c?