Answers for "how to define constants in c"

7

c how to declare a constant

const int a = 10;
Posted by: Guest on February-11-2021
1

define constant c

#define N 10
Posted by: Guest on November-21-2020

Browse Popular Code Answers by Language