a=c(1,2,3)
b=c("p","q","r")
c=c(a,b)
c
d=(b,a)
d

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: