Home Tutorialhelp Allcomments C Tutorials C String Remove Spaces

 
 

Comments

 
User Comments for the tutorial:

C String Remove Spaces



Total comments: 3      View Tutorial    Discuss: C String Remove Spaces
Comments

Why conio???
Why did you use conio.h??? It would be so easy to make this code portable. Why do people insist on using platform specific code? I can see no reason. gcc rocks 

void main?
This tutorial gives potential C programmers bad habits. Never use void main. Always declare main as an int; int main() and return a 0 so the operating system knows the program terminated successfully. Wow, go linux! 

c learning
really this site is one of the best site for learners and it gives great help for students.I would like to thanks for all roseindia team members for this nice job. 

Related Tutorial and Articles

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.