Correct answer is (a) N^2 complex multiplications and N(N-1) complex additions
Easiest explanation: The formula for calculating N point DFT is given as
X(k)=\(\sum_{n=0}^{N-1}x(n)e^{-j2πkn/N}\)
From the formula given at every step of computing we are performing N complex multiplications and N-1 complex additions. So, in a total to perform N-point DFT we perform N^2 complex multiplications and N(N-1) complex additions.