What string of characters,when printed out to a text
file,will create a new line in the text file?
Answer Posted / uday
we need to use "\r\n".
suppose file_printf("Filename1","Uday\r\nKumar");
this will print
Uday
Kumar
in Filename1 file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you maintain the document information of the test scripts?
How do you handle tsl exceptions?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
What is the purpose of gui spy?
what is mean by release in quality center and who will perfom?
How do you load GUI map?
What do you verify with the database check point custom and what command it generates, explain syntax?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
How to to get the information from the status bar without doing any activity/click on the hyperlink?
How to break infinite loop?
What is a checkpoint and what are different types of checkpoints?
What is debug mode in Winrunner?
What is the purpose of regexp_label property?
How do you handle unexpected events and errors?