Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

How to declare the constant in c programming language

float const pi = 3.14;

int const a = 5;

char const yes = 'y';
Source by techtechinfo.com #
 
PREVIOUS NEXT
Tagged: #How #declare #constant #programming #language
ADD COMMENT
Topic
Name
1+4 =