gudmrng prgm

0 views
Skip to first unread message

narasimhareddy jakkireddy

unread,
Feb 1, 2012, 9:35:04 PM2/1/12
to embedded-systems...@googlegroups.com
//goodmrng program for esf rocks
//written by narasimhareddy
#include<stdio.h>
#include<string.h>


int main(void){

        char *str1 = "gudmrng esf";
        char *str2;

         strcpy(str2,str1);

         printf("%s", str2);

         return(0);
}

Reply all
Reply to author
Forward
0 new messages