Write a C program to print as follows
C is a case sensitive language
Therefore
Uppercase and lowercase alphabets
Are treated
Differently.
Answers
Answered by
1
Answer:
okay. preety easy.
Explanation:
#include<stdio.h>
int main()
{
printf("C is a case sensitive language\n\n");
printf("Therefore\n\n");
printf("Uppercase and lowercase alphabets\n\n");
printf("Are treated\n\n");
printf("Differently\n\n");
return 0;
}
Similar questions
Math,
4 months ago
English,
8 months ago
Hindi,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago