Question: 'conio.h' file not found #include #include #include #include int main() { char username[15], password[15], ch; int i, ci printf(Username: ); printf( Password: ); { ch

 'conio.h' file not found #include #include #include #include int main() {

'conio.h' file not found #include #include #include #include int main() { char username[15], password[15], ch; int i, ci printf("Username: "); printf(" Password: "); { ch = getch(); password[i] = ch; ch = '*'; printf("%c",ch); } c=strcmp(password, "12345"); if (c==0) puts(" VALID"); else puts(" INVALID"); return 0; } * Use of undeclared identifier 'getch' Use of undeclared identifier 'getch' 'conio.h' file not found #include #include #include #include int main() { char username[15], password[15], ch; int i, ci printf("Username: "); printf(" Password: "); { ch = getch(); password[i] = ch; ch = '*'; printf("%c",ch); } c=strcmp(password, "12345"); if (c==0) puts(" VALID"); else puts(" INVALID"); return 0; } * Use of undeclared identifier 'getch' Use of undeclared identifier 'getch

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!