Question: int enigma (int a, int & b): int main() { int x=0; //special line cout <
int enigma (int a, int & b):
int main() {
int x=0; //"special line"
cout< cout<<++x<< endl; for (int k=1; k < 3; k++) cout< return 0; } int enigma (int a, int &b) { static int c = 0; c= a++; b+=2; return c*b; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
