int main()
{
int i=-1,j=-1;k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d%d%d%d%d",i,j,k,l,m);
}
Answer Posted / jane
00131
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
c language interview questions & answer
Difference between linking and loading?
What is the use of static variable in c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is the value of h?
What are unions in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
Why header files are used?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What are pragmas and what are they good for?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the difference between the = symbol and == symbol?
How would you rename a function in C?