#1
18th May 2011, 11:24 PM
|
|||
|
|||
What is the difference between Structure and Pointer in C? Give examples of it
what is the difference between structure & pointer in C , with example plz ?
|
#2
19th May 2011, 09:19 PM
|
|||
|
|||
Re: What is the difference between Structure and Pointer in C? Give examples of it
Structure in C refer to a collection of various data types for example you create a structure named "Student" which contains his name , roll no, DOB etc. Name is string, BOB is int.
While pointer refer to address in C & are used to point some particular place in C memory. |
#3
11th June 2011, 12:35 AM
|
|||
|
|||
Re: What is the difference between Structure and Pointer in C? Give examples of it
different between structure and array
|
|