Latest C Aptitude Question SOLUTION: Q. Predict the output or error main() { int k=1; printf("%d==1 is ""%s",k,k==1?"TRUE":"FALSE"); } A. 1==1 is TRUE Explanation: When two strings are placed together (or separated