강의

멘토링

커뮤니티

Inflearn Community Q&A

skyfiower97210642's profile image
skyfiower97210642

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입니다.

cC++

Answer

This question is waiting for answers
Be the first to answer!
skyfiower97210642's profile image
skyfiower97210642

asked

Ask a question