How to take input and output of basic types in C? · Integer: Input: scanf("%d", &intVariable); Output: printf("%d", intVariable); · Float: Input: ...
確定! 回上一頁