+ 3
What is pointer and structure??
2 Respuestas
+ 4
pointer is used for store address of another variables. structure is contains variables of different data types.
+ 2
pointer is a special variable that stores address of other variables. Structures are users defined data types .