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
When should volatile modifier be used?
how to make a scientific calculater ?
What is the difference between the local variable and global variable in c?
Why is %d used in c?
what value is returned to operating system after program execution?
Write a program to implement queue.
How do I use void main?
Ow can I insert or delete a line (or record) in the middle of a file?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What does != Mean in c?
hi, which software companys will take,if d candidate's % is jst 55%?
What is the c value paradox and how is it explained?
Explain what are preprocessor directives?
What are the Advantages of using macro