+ 2
can we use print in c++?
8 odpowiedzi
+ 6
@$Vengat I estimate that it is 55% correct
https://code.sololearn.com/cgw8dao0Lybp/?ref=app
+ 6
#include<cstdio>
int main(){
printf("Well I dunno");
return 0;
}
+ 6
Result same but not worked as same as cout
I mean I viewed its ascii code
printf spent less computer instruction than cout
+ 5
I mean, if they output the same they are the same right?
+ 2
will it work ?
is it same as cout ?
+ 2
can you make a code for me to tell both ?
+ 2
ok i understood
thx