The correct choice is (c) N log N
To explain I would say: The cost of computation is reduced by FFT. FFT has a cost of computation of N log N orders. This is much lower than N^2, especially when N is large. This reduces the problem of computation cost in the Spectral method.