TCS Company Programming Program

What is the output of the following program:

void main()
{
printf("%d %d %d %d",65,065,0x65,0X65);
}

Read Solution (Total 10)

TCS Other Question

What is the output of:
#include
void main( )
{
printf ( "nn nn nnn" ) ;
printf ( "nn /n/n nn/n" ) ;
}
The age of Ram and Suba are in the ratio 5:6 and after 4 years their ratios are 7:8 then what is the present age of Suba?