Well, it is very common in programming languages to have keywords responsible for printing output.
Some are classic like echo
, print
, printf
and write
, etc.
But in% w / o% we have% w / o%. For me, this word does not make sense to be related to data printing (I speak in a translation, for example). I did not even find a translation for that word.
For example:
int main()
{
cout << "Imprimindo o famoso HELLO WORLD!!!\n";
return 0;
}
What is the meaning of the word C/C++
after all?