اخوان مادا تعني cout ما دورها وما فرق لينها و بين printf | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

اخوان مادا تعني cout ما دورها وما فرق لينها و بين printf

c

2nd Apr 2017, 7:02 AM
EZAIER Yassine
EZAIER Yassine  - avatar
4 Answers
+ 13
Idk what you're saying but you're welcomed lol.
2nd Apr 2017, 7:20 AM
Hatsy Rei
Hatsy Rei - avatar
+ 13
'cout' is a standard object of <ostream>, which is included in <iostream> header. It is generally considered the C++ standard of outputting text to the console. 'printf()' is a function in <stdio.h> / <cstdio> header. It is generally considered the C standard of printing text to the console. While printf() is also available in C++, C does not support C++ headers, and hence cout is not available in C.
2nd Apr 2017, 7:07 AM
Hatsy Rei
Hatsy Rei - avatar
+ 6
Translates "What does cout and print mean what its role and what is the difference between them?" - Arabic
2nd Apr 2017, 6:55 PM
Manual
Manual - avatar
+ 2
شكرا لك
2nd Apr 2017, 7:08 AM
EZAIER Yassine
EZAIER Yassine  - avatar