How do I find factors of large numbers?If you cannot use % operator than make a function of your own and use it.
Reference CountingI have read that article on wikipedia about reference counting but I did not understand much, partly...
if-else statement!!!You are declaring Status as a c-string rather a string so, you cannot make comparison like this. Str...
Reference CountingWhat is meant by Reference Counting?