DOS is BackProblem code: CYW07 |
WAP to take two single digit +ve nos as input as command line argument and display the product of it without using * operator.
| Author: | arnavch |
| Date Added: | 20-03-2010 |
| Time Limit: | 1 sec |
| Source Limit: | 50000 Bytes |
| Languages: | C, C99 strict, CLOJ, CPP 4.0.0-8, CPP 4.3.2, F#, GO, PERL6, PYTH 3.1.2, TEXT |
Comments

Fetching successful submissions

Should we submit here ? or to
Should we submit here ? or to send it your email account ?
submit if u can..otherwise
submit if u can..otherwise send it to our email..
Well,Can we use * in printf ?
Well,Can we use * in printf ?
it is mentioned in the
it is mentioned in the question not to use it..
so can we use divide simply
so can we use divide simply input a,b and print a/(1/b)