Answer:
Explanation:
Two items on the magnetic strip are, Credit Card info and Balance
Two ways supermarket may check are the PIN pad you are using to pay or their reciept system.
It means how fast it can read the disk so if you want faster data transfer you would go for blurry if you really don't care go for the other one
A .) Sort
more ... To arrange or group in a special way (such as by size, type or alphabetically).
Answer: For loop
Explanation:
Using the for loop we can get the exact number of values/outcomes we require.
For example: printf(enter 20 numbers");
for(int i=0; i<20;i++)
{
scanf("%d", &number);
}
So, this is an implementation of for loop in C. Using it we can enter exact 20 numbers not less or more than that.
Therefore, for loop is the answer.
Answer:
False.
Explanation:
"save" just preserves any edits made to file in its current state. "Save As" lets you rename it and change the file type.