C pgm to print hello hai as output when input data is hai hello | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

C pgm to print hello hai as output when input data is hai hello

23rd Aug 2019, 7:57 AM
Harikrishna V
2 Antworten
0
scanf("%s",&input); if (input== "hai hello") { printf("hello hai"); }
23rd Aug 2019, 8:05 AM
Uchiha Itachi
Uchiha Itachi - avatar
0
Uchiha Itachi Nailed it!!!😂😂
23rd Aug 2019, 9:50 AM
Alaska
Alaska - avatar