which of the following statements are valid with respect to the main function? group of answer choices every executable c program has a main function. a semicolon is required after the declaration int main() the opening and closing parentheses after the function name main are optional. a semicolon is required after the closing curly braces of the main function. previous