how to get new line in the test document by using the file system
i.e
char buff[ ]={"tiva"};
char buff[ ]={"cseries"};
in the test file i.e asd.txt
output is tiva
cseries
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
how to get new line in the test document by using the file system
i.e
char buff[ ]={"tiva"};
char buff[ ]={"cseries"};
in the test file i.e asd.txt
output is tiva
cseries