Its show no output. Why? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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