Question: Which line in the following program contains function header for the showDub function? 1 #include 2 using namespace std; 3 4 void showDub ( int
Which line in the following program contains function headerfor the showDub function?
#include
using namespace std;
void showDubint;
int main
int x ;
showDubx;
cout x endl;
return ;
void showDubint num
cout num endl;
return;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
