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.
I don’t understand that language
The answer is a. im pretty positive but if im wrong super sorry
Explanation:
In simple English, an array is a collection.
In C also, it is a collection of similar type of data which can be either of int, float, double, char (String), etc. All the data types must be same. For example, we can't have an array in which some of the data are integer and some are float.