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 are the advantages of external class?
Why doesnt this code work?
Can i use “int” data type to store the value 32768? Why?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is a stream water?
will u please send me the placement papers to my mail???????????????????
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is the difference between Printf(..) and sprint(...) ?
What is function prototype in c language?
How many keywords are there in c?
What is %d called in c?
Compare and contrast compilers from interpreters.
Can a pointer be static?
How can you read a directory in a C program?
What are directives in c?