Latest C Aptitude Question SOLUTION: What is the output and why? #include int main(){ int i=(char)65; printf("%d %c %f %d",i,i,i,i); return 0; }