DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR C
condition ternaire in c
int a = 10, b = 20, c; if (a < b) { c = a; } else { c = b; } printf("%d", c);
Source by www.freecodecamp.org #
PREVIOUS
NEXT
Tagged:
#condition
#ternaire
ADD COMMENT
Topic
COMMENT
Name
5+7 =
Submit