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

Java/Oracle /C/C

 
Students who are preparing for Information Technology can discuss their problems & share thier knowledge on topics like Java/Oracle /C/C etc.Join this group and start discussion.
Subscribe to TCY Analytics
close
Now Pay by Month
Validity
Price
 
Submit
 
or
Let Us Call You
Submit
 
Recent Posts
Filter
Satyam Kumar shared a question:
What will be the output of the following C code?
void main()
{
int a;
char *pr;
int Num=288;
pr=(char *)&Num;
for(a=0;a<2;a++)
printf(%d ,*pr++);
}
(A) 288 0
(B) 32 0
(C) 0 1
(D) Compilation error
Oct 28, 2018 12:39 AM