#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 / abc

1 1 2 0 0

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1318


What is a program?

655


What is the meaning of && in c?

545


How to declare a variable?

562


Can we initialize extern variable in c?

626






What are the 4 types of unions?

601


Why is c called a mid-level programming language?

720


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

666


is it possible to create your own header files?

631


What is new line escape sequence?

803


What is advantage of pointer in c?

683


What is the time and space complexities of merge sort and when is it preferred over quick sort?

671


Why static is used in c?

616


how could explain about job profile

1446


What are unions in c?

572