Groups
Groups
Sign in
Groups
Groups
Embedded Systems at TalentSprint
Conversations
About
Send feedback
Help
gudmrng prgm
0 views
Skip to first unread message
narasimhareddy jakkireddy
unread,
Feb 1, 2012, 9:35:04 PM
2/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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