Write a function prototype which takes 5 total arguments. Thearguments should include the following default values:“Unidentified”, 3.14, and 42. The remaining arguments should beint. Name the function foo and the function is of type void.Write code using a string member function to find the secondoccurrence of section in sentence.string section = “Fight Club”;string sentence = “The first rule of Fight Club is: Don’t talkabout Fight Club.”;int A = _____________________________________________;cout << A << endl;Fill in the blanks to replace every letter of the string with‘x’string Line;getline(inFile, Line);for(int i = 0; i < ____________________________; i++)__________________________ = ‘x’;
Solution
Fill in the blanks
OR
OR