0

I want to know what is this code it's belowing to c or c++ program?

Int main () { printf (" hello") }

16th Nov 2016, 4:30 PM
Ehsan Yashar
Ehsan Yashar - avatar
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 :)
16th Nov 2016, 4:32 PM
David Vdb
David Vdb - avatar