#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 / a.sivasankar

i=0,j=1,k=3,m=0,n=0

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is faster than c++?

637


Is c compiled or interpreted?

670


Explain what is #line used for?

610


What does the function toupper() do?

661


What is string in c language?

630






What is a function simple definition?

624


What is null pointer in c?

598


How can you increase the allowable number of simultaneously open files?

599


What is a program flowchart?

609


Why do we use namespace feature?

586


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1574


What is new line escape sequence?

814


Lists the benefits of c programming language?

600


program to convert a integer to string in c language'

1988


Is c is a high level language?

626