Forum: C May 21st, 2008 |
| Replies: 12 Views: 1,750 HI
Step to follow
> Declare a variable (say ans) as int or long
> Initialize ans as 1 (ans = 1)
> Start a for loop with variable (say i) for 1 to the given number (say power, in your... |
Forum: C May 16th, 2008 |
| Replies: 8 Views: 1,651 Hi
U can try Memory functions like memcopy () .... something like that for quick swapping. I dont much about memory functions. but it may helpful to fast swapping |