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


Please Help Members By Posting Answers For Below Questions

What is a floating point in c?

604


Explain what is dynamic data structure?

647


What are the types of macro formats?

610


What is the scope of global variable in c?

558


What is #define used for in c?

615






What is a dynamic array in c?

597


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1630


What is main function in c?

551


What are enumerated types?

655


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

783


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1715


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

630


What is bss in c?

605


What is this infamous null pointer, anyway?

611


What are the types of data files?

729