10?"Ps\n":"%s\n", str); return 0; } Options 1) C-program 2) Ps 3) Error 4) None of above"/>

Latest C Aptitude Question SOLUTION: What will be the output of the program? #include int main() { char str[]="C-program"; int a = 5; printf(a >10?"Ps\n":"%s\n", str); return 0; } Options 1)