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


Please Help Members By Posting Answers For Below Questions

what is different between auto and local static? why should we use local static?

644


What are the different types of C instructions?

678


Does c have class?

613


How many levels of indirection in pointers can you have in a single declaration?

595


What is the purpose of type declarations?

681






Is linux written in c?

601


What does do in c?

610


How can you pass an array to a function by value?

600


When should structures be passed by values or by references?

585


When should a type cast not be used?

627


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1469


How to Throw some light on the splay trees?

621


What is a pragma?

670


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

610


Does free set pointer to null?

563