[Q]What is different between strcpy and sprintf in this case

From: ios (ioswan_at_yahoo.com)
Date: 11/28/03


Date: 27 Nov 2003 19:18:11 -0800

Hi

Can someone tell me what is different between below case?
 
strcpy(eventname, "MDCX_RSP");
and
sprintf(eventname, "MDCX_RSP");

Thanks,
Leon