JAMIA 2025 — Computer PYQJAMIA | Computer | 2025Which of the following is NOT a valid C language function prototype?Choose the correct answer:A. int sum(int a, int b);B. void display();C. int calculate();D. void main(); (Correct Answer)Correct Answer: void main();Aint sum(int a, int b);Bvoid display();Cint calculate();Dvoid main();Show Answer SExplanationNo text explanation available.