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

1,2,3,1,1

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is advantage of pointer in c?

687


Is it cc or c in a letter?

558


How can I manipulate individual bits?

604


What is the purpose of & in scanf?

589


What is the difference between null pointer and wild pointer?

630






Hi can anyone tell what is a start up code?

1614


Are pointers integers in c?

609


Explain how can you tell whether two strings are the same?

580


Why void is used in c?

560


Combinations of fibanocci prime series

1108


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

639


What is variable initialization and why is it important?

613


What is pointer to pointer in c language?

593


How does normalization of huge pointer works?

629


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

719