Script in cron

I have a script that require input from terminal at some point (either a,b or c)
How can I cron the script and automatically assume c as the input.

put c in a file and redirect the input from the file.

That request is a bit sparse. If your script reads from stdin, you can create a wrapper script for cron that supplies "c" and runs the original script.