Answers for "how to give a constant value in the c programming language globaly"

0

How to declare the constant in c programming language

float const pi = 3.14;

int const a = 5;

char const yes = 'y';
Posted by: Guest on January-08-2022

Code answers related to "how to give a constant value in the c programming language globaly"

Browse Popular Code Answers by Language