What is output of following code

#include stdio.h

int main()
{
int j = 7, k = 1, l = 2;
printf("%d" a + = (a + = 3, 5 a))
}

Posted on by