Computer Science, asked by kiranbhatt2508, 19 days ago

what is non - case sensitive language ?​

Answers

Answered by daksh4454
0

In programming languages

In programming languagesOthers are case-insensitive (i.e., not case-sensitive), such as ABAP, Ada, most BASICs (an exception being BBC BASIC), Fortran, SQL (for the syntax, and for some vendor implementations, e.g. Microsoft SQL Server, the data itself) and Pascal please mark as branliest

Answered by yogeshbhuyal7
0

Answer:

In programming languages

Others are case-insensitive (i.e., not case-sensitive), such as ABAP, Ada, most BASICs (an exception being BBC BASIC), Fortran, SQL (for the syntax, and for some vendor implementations, e.g. Microsoft SQL Server, the data itself) and Pascal.

Anything that is not case-sensitive means that any uppercase or lowercase character can be entered. For example, the Windows command line or MS-DOS is not case-sensitive, however, the Linux command line is case sensitive.

Similar questions