Multiple choice

C program should be written in ___________case.

  1. lower

  2. title

  3. upper

  4. 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.