-
1
- #1
sillyonion
Technical User
/*The question is a function deblank that takes a string output and a string input argument and returns a copy of the input argument with all blanks removed.<br><br>I did this program, but does not work. Could some body can correct my program? I will very appreciate!!!<br>Sophia*/<br><br>#include <stdio.h><br>#include <string.h><br><br><br>int<br>main(void)<br>{<br> char string[81]; <br> char blank[81] =