Latest Huawei Aptitude Question SOLUTION: #include int main() { int a,b; if(a=1,b=0) printf("Yes"); else printf("No"); return 0; }