Answers for "explain the term ternary operator as used in C programming, giving an example"

C
1

ternary operator in c

c = (a < b) ? a : b;
Posted by: Guest on February-10-2021

Code answers related to "explain the term ternary operator as used in C programming, giving an example"

Code answers related to "C"

Browse Popular Code Answers by Language