print the given number with spaces in between each number?
void stringwhitesp(c har *string, char *whitesp)
{
char c='0';
for (c=0; *(string+c)<='\ 0';c++)
{
*(whitesp + (c*2)) = *(string + c);
*(whitesp + (c*2) + 1) = ' ';
}
*(whitesp + (c*2)) = 0;
}
/**@brief Function for application main entry.
*/
...
User Profile
Collapse
Profile Sidebar
Collapse
harishareddy
Last Activity: Sep 16 '20, 03:23 PM
Joined: Sep 16 '20
Location:
-
harishareddy started a topic i want answer in embedded c i using embedded studio (nordic semiconductor)in Ci want answer in embedded c i using embedded studio (nordic semiconductor)
No activity results to display
Show More