20. Default Function Arguments

Question.2

A developer writes:

void spi_init(int speed = 1000000, int mode);

Will this compile?

Need Help? Refer to the Quick Guide below

Select Answer