সব প্রশ্নে ফিরে যান
ICT
Let x be an integer which can take a value of 0 or 1. The statement if (x == 0) x =1 ; else x =0 ; is equivalent to which one of the following ?
A) x = 1 +x ;
B) x =1 -x ;
সঠিক উত্তর
C) x =x -1 ;
D) x = 1 % x;