why there is no "*" in output? the input is : abcde[enter key] #include<stdio.h> int main(void){ char ch; while ((ch=getchar( ))== 'e') pr
I'm new to C just coming out of my second university class that explained structs and string functions. I tried running the code we had written in the lesson an