Answer:
3.
Explanation:
Co-authoring in PowerPoint is sharing a presentation and allowing your colleagues to work on it at the same time. This option of co-authoring is available when you share or save your file on OneDrive or SharePoint.
The perk of co-authoring a presentation is that PowerPoint keeps a record of all edits under the name of the author. This keeps the conflicts away.
Therefore, the correct answer is option 3.
Answer:
Following are the code in the C++ Programming Language.
cin.get(dummy);
cin.get(dummy);
cin >> inputInt;
Explanation:
In the above code that is written in the C++ Programming Language, the first two code is written for the string character input from the user and it input or not input the whitespace characters and the last one is used for the input of the integer character from the user. The character variable they used that is 'dummy' and the integer variable they used is 'inputInt'.