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
Explain the properties of union. What is the size of a union variable
What are qualifiers?
Write a program to print fibonacci series using recursion?
How can I swap two values without using a temporary?
What are pointers? Why are they used?
How to implement a packet in C
What are c identifiers?
What is structure of c program?
What are multibyte characters?
How many identifiers are there in c?
What is #ifdef ? What is its application?
What is the purpose of & in scanf?
What is printf () in c?
what are the facialities provided by you after the selection of the student.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3