Computer Science, asked by shewarearpana664, 2 months ago

FOR EVERY VARIABLE IN THE READ LIST, THE POINTER MOVES BY___________ ELEMENT. ​

Answers

Answered by shraddhagulve1234
1

Explanation:

The Pointer in C, is a variable that stores address of another variable. A pointer can also be used to refer to another pointer function. A pointer can be incremented/decremented, i.e., to point to the next/ previous memory location. The purpose of pointer is to save memory space and achieve faster execution time.

Answered by rahulnarkhede1009
0

eyes is correct answer please mark as Brianlist

Similar questions