单项选择题

【单选题】4. 在下面的程序段中,x=x+1;的语句频度为( )。 for( i=1;i<=n;i++) for( j="1;j&lt;=n;j++)" x="x+1;&lt;br"> A、O(2n)

B、O(n)
C、O(n^2)
D、O(log2n)