Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

Find the output of the following C code.
void main()
{
char Rch;
int Rn;
float Rr;
printf(%d %d %d, sizeof(Rch),sizeof(Rn),sizeof(Rr));
}

 
1 1 1
1 4 4
1 2 2
2 4 4

Reply


Please type your answer before submitting.
Submit

1 2 4

While compiling this program I have got output "144"