0
How are the different programming statements written?
What I want to know is how are the 'if', 'while', 'for', etc statements written, I want to know how they are programmed. What's the code behind them? If someone could give an example I'd appreciate it, specially if it's not in assembly.
3 Respuestas
+ 2
why don't you check all them out at stdio.h library or iostream library?
+ 1
Actually "if" is directed to the logic calculator, which means there is no so-called code behind it.
0
How does it work then?