Computer Science, asked by kumarisunita841415, 4 months ago

What is pointer ? How a pointer variable is declared
and initialize?
पॉइंटर क्या है? एक पॉइंटर वैरिएबल कैसे घोषित
किया जाता है और कैसे शुरू होता है ?​

Answers

Answered by Anonymous
0

Question :-

What is pointer ? How a pointer variable is declared

and initialize?

पॉइंटर क्या है? एक पॉइंटर वैरिएबल कैसे घोषित

किया जाता है और कैसे शुरू होता है ?

Answer :-

It is the process of assigning address of a variable to a pointer variable. Pointer variable can only contain address of a variable of the same data type. The and (immediately preceding a variable name) returns the address of the variable associated with it.

Similar questions