Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: harishug
Forum: C Oct 14th, 2009
Replies: 7
Views: 13,362
Posted By harishug
char *insert = "abcdefgh";

char outsert[8]; //I use 8 because abcdefgh contains 8 char
int i;
for (i=0;i<8;i++)
{
outsert[i] = insert[i];
}
in array outsert you will found array of...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC