declaring constant in C code example
Example 1: how to make a constant integer
const int example = *place number here that's constant";
Example 2: define constant c
#define N 10
const int example = *place number here that's constant";
#define N 10