0
How can we justify these answer
#include<stdio.h> Int main() { Int i=4,j=1,k=0,w,x,y,z; w=i||j||k; x=i&&j&&k; y=i&&j||k; z=i||j&&k; printf("%d%d%d%d",w,x,y,z); }
1 Odpowiedź
+ 2
You can improve question context clarity by specifying the language in tags rather than 'solve the question' which bears no relevance to the question 👍