Latest Wipro Aptitude Question SOLUTION: What is the output of the following program: #include void main() { printf("%d %o %x",65,65,65); }