main()
{
int i = -3,j=2,k=0,m;
m= ++i || ++j && ++k;
printf("%d%d%d",i,j,k,m);
}

Answer Posted / tarkibitact

-2301

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is equivalent to ++i+++j?

731


What is the purpose of sprintf?

711


Explain how do you declare an array that will hold more than 64kb of data?

1024


Explain what is the benefit of using enum to declare a constant?

696


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

696






Give me the code of in-order recursive and non-recursive.

993


Why is c so powerful?

793


Explain what is the difference between #include and #include 'file' ?

671


what is recursion in C

707


What are the types of variables in c?

667


Should I learn data structures in c or python?

665


How many levels of pointers can you have?

805


How do you do dynamic memory allocation in C applications?

721


What is the difference between a free-standing and a hosted environment?

752


What is a shell structure examples?

688