Showing posts with label c. Show all posts
Showing posts with label c. Show all posts

8:06 a.m.

(1) Comments

Reverse a number in C and Java

Jean-Michel

, ,

Stumble Upon Toolbar
On yahoo answer, i had to answer question like how to reverse number, so i desided to put it up
the guy who asked fisrt asked for a recursive function, so here it is


Read more

1:12 p.m.

(0) Comments

Sorting number in C

Jean-Michel

,

Stumble Upon Toolbar
I was looking in the code of my homemade linkedlist in C and i thought some people could use my algorithm so i transformed it to make it works with arrays

Here it comes


Read more