Java And C
After having programmed in both Java and C for sometime, I’ve realised that while Java is far easier to code, programming in C is more satisfying — at the end of the day, it feels as if I’ve actually got some work done.
One interesting aspect of writing C code is trying to maximize functionality with a minimum amount of code. On a site like TopCoder, C (actually C++) programs to solve complicated problems are often incredibly small.
