+ 1
"Cout" and "cin"
does count and cin just work on c++ or work in C as well?
3 odpowiedzi
+ 2
No, they work only in c++
But if you include Stdio.h in your program (In c++)then you can indirectly use it
This is because c++ is derived from C not visa versa
+ 1
oh ok
0
They are only in C++
In C you use print or println