I recently came across this code and I\'m unable to understand how it works
#include int main(){ printf(\"Line 1\\n\", printf(\"Line 2\\n\
You need to evaluate the parameter of a function before actually calling it. So the most inner print is called first.