#include <stdio.h> main() { int i=2,j=3,k; k=i+j; { int k=8; if(i=3) printf(“%d”,k); else printf(“%d”,j); } printf(“%d%d”,i,k); }