const int a = 10;
float const pi = 3.14; int const a = 5; char const yes = 'y';
#define N 10
const double PI = 3.14;