找考题网-背景图
单项选择题

在C语言中,有如下代码片段实现求数组中的奇数的最大值,横线处应该填()

A.max +=num[i];
B.max ==num[i];
C.max =num[j];
D.max =num[i];