main()
{
int x=5,y=10,z=0;
x=x++ + y++;
y=y++ + ++x;
z=x++ + ++y;
printf("%d%d%d\n",x,y,z);
}
difference between string and array?
How can I split up a string into whitespace-separated fields?
What is a ternary operator in c?
what are bps & baud rates? differentiate these two?
how to print a statement in c without use of console statement ,with the help of if statement it should print
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What extern c means?
What are the application of void data type in c?
Why is c so popular?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,