Computer Science, asked by akashingaleasi358, 2 months ago

The pointer in c language can be
declared using __ symbol.?
hash
asterisk
divide
plus​

Answers

Answered by TejashreeK
1

Answer:

asterisk

Explanation:

When working with pointers, the asterisk is used to define pointer variables and also serves as the dereference or the indirection operator (both name the same operation), which we take up in greater detail in the next section.

Similar questions