#include<stdio.h>
int main()
{ int i=0,j=1,k=2,m,n=0;
m=i++&&j++&&k++||n++;
printf("%d,%d,%d,%d,%d",i,j,k,m,n);
}

Answer Posted / saravanan

0,1,2,0

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between macros and inline functions? Can a function be forced as inline?

702


What does dm mean sexually?

806


Explain what are multibyte characters?

621


What is linear search?

672


What are structure types in C?

660






what do the 'c' and 'v' in argc and argv stand for?

640


What is use of #include in c?

590


Explain how can I write functions that take a variable number of arguments?

606


Why are algorithms important in c program?

614


Difference between linking and loading?

686


Is c easier than java?

564


What are the scope of static variables?

597


What is the size of a union variable?

596


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5460


What is c language & why it is used?

574