+ 1
Can we use printf in c++?
6 Respostas
+ 4
Yes, You can. You have to include <stdio.h> header file to use printf() . But it's not a good practice
+ 3
printf is a command of c language and this can be used in c++. you must include<stdio.h>for using it.. :-)
0
yes we can!!
0
yes
- 2
no we can't because it can only be used in c programming
- 2
no printf is used only in c...c++ supports only cout