The code is as follows and I wanted to know more about how and where \v and \f are used?
printf("Vertical tab \v is tricky, as its behaviour is unspecified under certain conditions.\n");
Also, can anyone explain what the sentence in the print statement suggests?