Computer Science, asked by girjahan, 9 months ago

What will be the output of the following program?
#include<stdio.h>
void main()
{
int i=-1.j=-1, k=-1,l=2,m;
m=i++ || 1++;
printf("%d",m):
}​

Answers

Answered by rishavsharma21pd1prg
1

Answer:

-1

Explanation:

Similar questions