C-program-greater-of-2-numbers

(★ 9)

#include <stdio.h> int main() { int a=5,b=6; (a>b) ? printf("a is greater"): printf("b is greater"); return 0; }

C-program-greater-of-2-numbers Latest Version Download

Download Latest Version (.zip)
// repository documentation