I'm not expert but looking at the benchmarks game data: http://benchmarksgame.alioth.debian.org/u64q/fortran.html C seems to match Fortran on about half of them and be 2 or 3x quicker on the others.
Beware of putting too much into these benchmarks. They are far too simple to say anything about larger systems. In particular, large systems are to a great extent measured in how well they optimize interactions between different modules in the system. Stuff such as link-time-optimization is not going to be shown via the rather simple benchmarks in the shootout.
Perhaps that was the last time you looked ;-)