Wednesday, November 7, 2018

Declare in C == define in C++?






Is it correct that to declare in C is equal to define in C++?



int a;     /* to declare variabel a in C */
int b = 2; /* to declare and initialize in C */


int c; // to define in C++
int d = 4; // to define and initialize in C++

No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...