ksh -c

in my environment i found many scripts executed with "ksh -c" command.
What does -c stands for and how this is different executing with only ksh??

man ksh

will tell you more.