Name: Anonymous 2009-10-17 18:53
My dad works at Prentice Hall and he told me that there were talks with K&R to release the book next year.
main(int a,char**b){int x=strlen(b[0])>strlen(b[1])?strlen(b[0]):strlen(b[1])-1;for(;x>=0;--x)if(strlen(b[0])>strlen(b[1])b[0][x]=b[1][x];else b[1][x]=b[0][x];printf(strlen(b[0])>strlen(b[1])?b[0]:b[1]);}