Are uppercase letters equivalent to lower case letters in c language?

1 answer

Answer

1243774

2026-03-29 17:45

+ Follow

In C language, uppercase and lowercase letters are not equivalent; they are treated as distinct characters. For example, 'A' and 'a' have different ASCII values and represent different characters. This case sensitivity applies to variable names, function names, and other identifiers, meaning that Variable and variable would be considered two separate entities.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.