Its show no output. Why? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Its show no output. Why?

#include <stdio.h> int main() { int x; float num; char text[20]; scanf("%d %f %s", &x, &num, text); }

29th Aug 2019, 12:26 AM
Tanjim Ahmed
Tanjim Ahmed - avatar
1 Respuesta
+ 4
You need to print your values to get an output. https://www.sololearn.com/learn/C/2914/?ref=app
29th Aug 2019, 12:37 AM
Denise Roßberg
Denise Roßberg - avatar