ignore white spaces while looping and remove excess whitespacesInstead of what you have written , try this , i m sure It would work. [code]if (Max_length/71==0) {...
avoid newline in COne more thing I would like to include. if you are trying to write a calculator program the use[b] s...
avoid newline in CAs far I know there is no way to avoid a newline character in [code]scanf[/code] statement. However ...
Deleting array elementsyou can't 'delete' elements from an array, that's true but u can replace the content with its succes...
Deleting array elementsHere is the code I suggest. it will delete your array element. Suppose you found an array element in...
This user does not accept Private Messages