#include <stdio.h> int main(void) { for(int i=65;i<=90;i++){ printf("%d",i); char ch= (char)i; printf("%c\n",ch); } return 0;}
65A 66B 67C 68D 69E 70F 71G 72H 73I 74J 75K 76L 77M 78N 79O 80P 81Q 82R 83S 84T 85U 86V 87W 88X 89Y 90Z
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!