How can we justify these answer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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); }

9th Nov 2019, 11:13 AM
Thé Ka|yan M!shrā
Thé Ka|yan M!shrā - avatar
1 Answer
+ 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 👍
9th Nov 2019, 2:27 PM
Ipang