User: shysan21

  • Public profile

User profile: shysan21

User info
User name:shysan21
Name:Sanjiv Thakur
Location:Banglore
History
Joined:
Number of posts:11
Latest posts:

ignore white spaces while looping and remove excess whitespaces
Instead of what you have written , try this , i m sure It would work. [code]if (Max_length/71==0) {...

avoid newline in C
One more thing I would like to include. if you are trying to write a calculator program the use[b] s...

avoid newline in C
As far I know there is no way to avoid a newline character in [code]scanf[/code] statement. However ...

Deleting array elements
you can't 'delete' elements from an array, that's true but u can replace the content with its succes...

Deleting array elements
Here 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