R program to illustrate # cat function # Creating some string and print it x <- "GeeksforGeeks\n" y <- "Geeks\n" # Calling cat() function cat(x) cat(y) ...
確定! 回上一頁