Can someone help me to put an array of characters into a text file.
For example i have a[] = {a,b,c,d,e};
and i have to put the contents that is a b c d into a text file.
Can someone give me an idea of how the code should be in C programming?
For example i have a[] = {a,b,c,d,e};
and i have to put the contents that is a b c d into a text file.
Can someone give me an idea of how the code should be in C programming?
Comment