Answer: A.F.S- known as Andrew File System.
Explanation:
This is a distributed network file system created to handle large multiclient database. It support Information sharing on a large scale by reducing client-server communication.
It depends on HOW much money is circulating. If governments just print money with nothing to back it, hyperinflation occurs. If there's a bit too much money and credit, inflation happens. Generally, 3% inflation is considered normal and a healthy amount by economists.
Answer:
yo im sorry eat my cookie
Explanation
doorkoeeworkwoeroewkrwerewrwe
Answer:
system software is the set of computer programs that controls and manage the operations of computer hardware.
Answer:
void main(){
string name;
printf("Enter Name\n");
stdin("%s",&name);
Printf("\nGreetings %s",name);
}
Explanation:
Here scanf is represented by stdin and we are using that scanner object to read the string value from user.The value which we read are printed in a new line using printf .The format specifier %s in printf is replaced by name variable