Multiple choice C program should be written in ___________case. lower title upper none of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation In C language, program should be written in lower case. If we use upper case, then it will show error or it'll not be run.