Computer Science, asked by amala96, 6 months ago

write a statement
to declare a pointer and initialise it with your name

Answers

Answered by anshikadwivedi01
0

Answer:

follow.me

Explanation:

data-type is a valid C data type.

* symbol specifies it is a pointer variable. You must prefix * before variable name to declare it as a pointer.

pointer-variable-name is a valid C identifier i.e. the name of pointer variable.

Similar questions