Latest Huawei Aptitude Question SOLUTION: main() { int a=5; if(a=0) { return; } printf("%d",a); main() }