Como seria una salida de texto usando printf? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Como seria una salida de texto usando printf?

13th Sep 2017, 2:25 AM
JOSE NOVA
JOSE NOVA - avatar
2 Answers
+ 8
Translation : How would output a text using printf? Ans : by using stdio.h header file #include <stdio.h> int main(){ printf("hello"); return 0; }
13th Sep 2017, 2:39 AM
P R
P R - avatar
0
gracias
13th Sep 2017, 2:46 AM
JOSE NOVA
JOSE NOVA - avatar