// logical problem // lp0412.c #include int main() { int j=43; printf("%d\n",printf("%d",printf("%d",j))); return 0; }