HomeAccepting user with welcome c Accepting user with welcome c 0 IT TOPPER BY VARDHAN RAJU September 22, 2022 char str[10]; printf("Entre your name"); scanf("%S",&str); printf("welcome to #c %s",str); Newer Older