Forum: C Jun 27th, 2009 |
| Replies: 11 Views: 618 thank you very much jephthah this was really helpful, well programming in C has to be very specific ;) .
i got more informations now trough this post .Really nice to join you ! |
Forum: C Jun 27th, 2009 |
| Replies: 11 Views: 618 well if sum doesn t initialised it wouldnt work !
for(i = 0, sum = 0; i <= number; i++)
will be correct ;)
thanks :) |
Forum: C Jun 27th, 2009 |
| Replies: 11 Views: 618 thanks james14 it works too ( well i m a beginner i coudn t figure it out :) )
thanks ;)
well we always do this, we work just with %i if its an integer and it works
but the idea to... |
Forum: C Jun 27th, 2009 |
| Replies: 11 Views: 618 thank you very much mathematician for this quick answer but i have small question why did you use %u in the place of %i i mean it works with %i too .
thanks again ;) |
Forum: C Jun 27th, 2009 |
| Replies: 11 Views: 618 hi,
well this is my first post on this great forum, hope to be a good boy :)
i m writing a programm that adds numbers from 0 to any numer entered by the user .
for Example :
- if the... |