Find Odd or Even using Bitwise Operator in C · #include<stdio.h> · int main() · { · int n; · printf("Enter an integer\n"); · scanf("%d",&n); ...
確定! 回上一頁