0
I want to know what is this code it's belowing to c or c++ program?
Int main () { printf (" hello") }
1 Answer
+ 1
Work both for C or C++.
But in C++ I'd prefer using cout (iostream).
One more thing, dont forget ";" ending an instruction :)
Int main () { printf (" hello") }