asked
Let's learn C and C++ at the same time - Doodle Doodle's C/C++
24 - Pointing to a variable (pointer)
Written on
·
213
0
int *ptr로 포인터 변수를 선언하고 enter를 치면 int* ptr로 정렬됩니다. 버젼이 업그레이드 되면서 다르게 형식이 바뀐걸까요? visual studio 2019입니다.
Answer