I was just wondering whether it was possible to do something like this:
char yn;
scanf("%79/6ec",yn);
so yn can only become either y (0x79) or n (0x6e)
|
|
|
No , but you could use scanf to read a char
after that you have to check whether it is y/n or illegal input.
|
|||||||
|
|
You can use the
|
|||||
|
|
Better way should be to use the scanf scanset like:
|
||||
|