What is the output of the C program with ModuloDivision operator with - or Negative numbers.? int main() { int a = -25%-10; int b = -25%10;
確定! 回上一頁