In my programming class, I don’t understand what the value of printf("World") is (question my prof is asking)? What value does printf return? He says it is 5, but I don’t know why.
In my programming class, I don’t understand what the value of printf(World) is (question
Share
I guess you are talking about C or C++? Then here you will find the answer: