![]() |
.. (לתיקייה המכילה) | |
What happens if the user presses BACKSPACE and there are no characters to be deleted? | |
If there are no characters to be deleted, the program must ignore the BACKSPACE character and print nothing. |
Should there be an empty line after the message that ends the program (e.g. after "Goodbye!")? | |
Yes. |
How many spaces may appear between the command and the arguments? | |
You may assume there will be exactly one space between the command and the arguments. |
Do scanf and printf start with small letter or capital letter ? | |
small letter |
While printing a string the time is up! what to do? | |
continue printing the sting and only then warn that the time is up. |
1) scanf should it print an Enter when the user press enter to end the input? | |
1) yes for scanf! 2) The update is: it is not a must ( you can print but you do not have to). |
1) Is an extra empty line (print 2 new lines instead of 1) will fail the tests? | |
1) No, we'll avoid empty lines 2) Yes, it will fail tests. |
Can we assume that the indeces in stage 7 are one digit each ? | |
Yes, you can assume that you get the input: [one digit [0-7]] [one digit [0-7]] [one Letter of {R,L,U,D}] |