C++ Functions Quiz - Question 1

Last Updated :
Discuss
Comments

Which of the following is the correct syntax for a function declaration?

int function();

function int();

int function{};

int function[];

Share your thoughts in the comments
Article Tags :