#include<iostream>using namespace std;void demo(int a, int b) { cout << a << " " << b;}int main() { int a = 5; int b = 15; demo(a);}Options: Pick one correct answer from below5 15Compilation Error5 0None of these
Question
#include<iostream>using namespace std;void demo(int a, int b) { cout << a << " " << b;}int main() { int a = 5; int b = 15; demo(a);}Options: Pick one correct answer from below5 15Compilation Error5 0None of these
🧐 Not the exact question you are looking for?Go ask a question
Solution
Compilation Error
Similar Questions
0/0
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.