강의

멘토링

커뮤니티

Inflearn Community Q&A

ksd06078292339's profile image
ksd06078292339

asked

Let's learn C and C++ at the same time - Doodle Doodle's C/C++

Creating a constant

#define 형식지정도 컴퓨터가 알아서 하나요?

Written on

·

627

1

예를들면

#define PI 3.14

알아서 전처리기에서 PI에 대입되는 3.14를 int를 처리하는건가요 

define두들낙서cC++c++상수만들기44강C/C++강좌질문

Answer 1

0

전처리기에서 전처리합니다?이긴한데 왜 3.14이 int인가요? float입니다.

ksd06078292339's profile image
ksd06078292339

asked

Ask a question