>
條件表達式的應用
#include <stdio.h>int main(){int a,b;printf("請輸入a的值:");scanf("%d",&a);(a > 5) ? (b = 3) :( b = -3);printf("%d\n",b);return 0;}
結果:
請輸入a的值:6
3
請按任意鍵繼續. . .
相關文章
Copyright©2006-2024 優文網 unjs.com 版權所有 手機版