What does the expression `ptr += 2` primarily achieve in C, given `ptr` is a pointer to an integer?
What does the expression `ptr += 2` primarily achieve in C, given…
Written by
in
Written by
in
What does the expression `ptr += 2` primarily achieve in C, given `ptr` is a pointer to an integer?
Leave a Reply