|
Welcome to all, I already know C and C++. But, i am facing some little problems in these languages. I have asked others but, no correct response. Hope any one of you wil tel.
Question: Wat is the use of \f and \v in C? Also, tel the output for the below statement.
printf("\vHELLO WORLD");
printf("\fHELLO WORLD");
\v and \f can be at the beginning or at the end. Explain it ?
|