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 최신버젼 다운로드

최종 버전 다운로드 (.zip)
// repository documentation