강의

멘토링

커뮤니티

Inflearn Community Q&A

noh4990632105's profile image
noh4990632105

asked

C Programming - From Basics to Game Development

Friends' Addresses

주소가 안나와요ㅠ

Written on

·

156

0

영상에서와 같이 

printf("철수네 주소: %d, 암호: %d\n" , &철수, 철수)

이렇게 적었는데 주소가 안나와서 에러가 뜨네요

printf("철수네 주소: %p, 암호: %d\n" , &철수, 철수)

이렇게 적으면 뭔가 주소부분에 알파벳이랑 숫자랑 섞여서..?나오네요.. 

어떤 부분을 고쳐야 하는지 알려주시면 감사해요!

c

Answer

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

asked

Ask a question