Correct answer is (c) F() Macro
To explain: The F() macro is used for sending data, which is usually in the form of strings that are declared within the Serial.print() function which means they are not to be stored anywhere in the program but are to be printed onto the serial monitor, to the Flash Memory before it is printed.