Which of the following is a valid declaration for main() function?
int main()
int main(int argc, char *argv[])
main(int argc, char **argv)
main()