0
#include<stdio.h>
#include<math.h>
int main(void)
{
    int i = 1, j = 2, int n = (i < j);
    n = (i, j);
    printf("%d",n);
}

Question:So how is output coming here?

Werner Henze
  • 16,404
  • 12
  • 44
  • 69

0 Answers0