Computer Science, asked by khushijaiswal4109, 9 months ago

Differentiate between the pointer expression and pointer assignment

Answers

Answered by mkvermakumar096
1

Answer:

POINTER EXPRESSION: Pointer Expressions in C with Examples. Prerequisite: Pointers in C. Pointers are used to point to address the location of a variable. A pointer is declared by preceding the name of the pointer by an asterisk(*).

POINTER ASSIGNMENT: In ordinary assignment involving pointers, the pointer is an alias for its target. In pointer assignment, the pointer is associated with a target. If the target is undefined or disassociated, the pointer acquires the same status as the target.

I hope this will help u..

Plz mark me as a brainliest✌

Similar questions