A program contains the following code:
main() {
printf("\\nab");
printf("\\bcd");
printf("\\ref");
}
Here, the result of the above program is -----?

Posted on by