In C What Will Be Displayed On The Console Given The Following Code Fragment
In C++, What will be displayed on the console given the following code fragment?int main() {
int num1 = 3;
int num2 = 4;myFunction (num1, num2);system(“pause”);
return 0;
}void myFunction (int num1Par, int num2Par) {
cout << pow(num2Par,num1Par);
}
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
