#include<stdio.h>
void main()
{
int x,y,z;
x=1;
y=1;
z=1;
z=++x||++y&&++z;
printf("%d%d%d",x, y ,z);
}
Answer Posted / john
why is the answer 2 1 1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how many gallon in one quseka
why only j2me is used for mobile???
hai,am a marine engineer..pls anyone tell me what is the abbrevation for "gfca" in Mitsui B&w 7l67gfca engine.my mail id is kamaraj_mech@yahoo.co.in
Why there is Powerfactor difference when we compare to our Capacitive Panel and TNEB side?
95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart
Please send the details and fee for Intools training course..I would like to do the course in second week of jUNE 2010.
how does data cleansing framework works?
Is there aptitute question will be asked in NIC exam ??? If yes how many questions will be asked??
what is the difference between C and C++? what is the difference between scanf and gets? what is mean by extern what is the use of it? what will happen if i say delete this> Difference between C structure and C++ structure? What is the difference between overloading and overridding? Explain the need for "virtual Destructor" Can we have "virtual Constructors"? What is the different types of polymorphism> What is virtual functions? How to implement virtual function in "C"? What are the different types of storage classes?
what should be the finish work of a carpenter per day
Write a program to count the no. of occurrence of word in given string Ex- Ram is good boy. Ram is doing good job. Ram – 2 is – 2 good – 2 boy – 1 doing –1 job – 1
sir , i am prparing for IOCL engineergin post please send me the old placement papers
what is b tree
what are enumerations in c language?
describe about storage allocation and scope of global,exterm,static,local and register variables in c language?