Answer:
#include <iostream>//including libraries
using namespace std;
int main()
{
 int arr[6] = { 0,1,2,3,4,5 };//make sure size of arr is 1 less than secArr
 int secArr[7];//second array (1 element bigger)
 for (int i = 0;i < 6;i++)//looping through each element (6 times)
 {
  secArr[i + 1] = arr[i];//transferring elements to second array and shifting by 1 cell
  cout << secArr[i + 1] << endl;//printing elements of second array
 }
 return 0;//terminating program
}
Explanation:
The array size can range from any number. just make sure to keep arr one less than secArr. This is because we need the room for the extra element. This task is to help you understand how array work and how to parse through them using loops. For loops are the best for this task because even if you think intuitively, they work for as long as there are items in the array. and you can define the size yourself. 
 
        
             
        
        
        
Answer:
c
Explanation:
I need 20 characters in my answer so tvcogct7zr7zuruzxicfficx7t8txr8zz8rz8rxt8c8tvyovoyb9h
 
        
                    
             
        
        
        
Answer:
Password Settings object
Explanation:
Active Directory is made up of different services that are aimed at handling the access and permissions to resources over a network. It was developed by Microsoft and was originally used for centralized domain management but has evolved past that now.
 
In AD, the data stored are also known as Objects, these objects can be 
- users or a group that has been given passwords and/or 
- resources such as computers or printers.
- Organizational Units (OUs)
 
The object responsible for handling the configuration of passwords configuration is the Password Settings object.
Here, all settings relating to password setup, configuration, reset and so on takes place here. The settings can be applied to groups or users which can show the complexity, length, history of the password and so on.
 
        
             
        
        
        
Answer:
what are you talking about
Explanation:
can you help me with my question
 
        
             
        
        
        
Answer:
GUI (Graphic User Interface) Can be used for images whereas CL Focuses on Text Imports
Info:
Here's One Try To Finish It With The Other