+ 1
Can we use #include<stdio.h> in c++ ?
7 Answers
+ 2
in c++ you can use libraryes from c and c++
+ 2
I think you want to say in c++ environment you want to code use c language.
then use #include <stdio.h>
in c++ environment you can use c++/c libraries of coding in c
+ 2
u can include stdio.h but then u can only use those functions which are defined in stdio.h
https://code.sololearn.com/cepSDy6jU3j8/?ref=app
+ 1
what do you mean that using c++ in c?
+ 1
if we are learning programming of c++ in c language then how it is possible to use iostream
0
how can be possible if we are using c++ in c



