
JazzyQuokka
21moby
Student
How do I take the entire name and print it in this code please suggest the code

21mo ago

SleepyUnicorn
21mo
char name[100] fgets(name,100,stdin) printf("Hello Dear %s",name)

JazzyQuokka
Student
21moThanks

ZestyHamster
21mo
print(name) in python lmao. C is for embedded system nuts.

JazzyQuokka
Student
21moPython is easier than c for sure
But I'm just a learner and wanna learn both of them

SillyPenguin
21mo
char name[30];

JazzyQuokka
Student
21moThanks

SillyPenguin
21mo
%s

JazzyQuokka
Student
21moOk

JazzyQuokka
Student
21moAin't working
Discover more
Curated from across