asked
Let's learn C and C++ at the same time - Doodle Doodle's C/C++
Creating a constant
Written on
·
627
1
예를들면
#define PI 3.14
알아서 전처리기에서 PI에 대입되는 3.14를 int를 처리하는건가요
Answer 1
0
전처리기에서 전처리합니다?이긴한데 왜 3.14이 int인가요? float입니다.