what is the output of the following code?
main()
{
int I;
I=0x10+010+10;
printf("x=%x",I);
}
give detailed reason
Answer Posted / arpita
12
| Is This Answer Correct ? | 2 Yes | 29 No |
Post New Answer View All Answers
What does 1f stand for?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What are the types of pointers in c?
Can an array be an Ivalue?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
I heard that you have to include stdio.h before calling printf. Why?
Why is c called a structured programming language?
What are data structures in c and how to use them?
What are the advantages of Macro over function?
Why is c called "mother" language?
Who developed c language?
What is the importance of c in your views?
What is difference between arrays and pointers?
What is the function of volatile in c language?
Can a pointer be static?