answersLogoWhite

0

Yes.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Is javascript a case-sensetive language?

Yes it is case sensitive.


What are the characteristics of vbscript?

1. Vbscript is an active scripting language which use the component object model to access element of the environment within which it is running. 2. Developer: Microsoft. 3. Both client side & server side scripting language. 4. Browser: Internet Explorer. 5. Case sensitive or not: Not case sensitive. 6.File extension: .vba or .vbs.


Is “C language” case sensitive programminIs “C language” case sensitive programming language If yes why and if no whyg language If yes why and if no why?

C is case sensitive, which means that, for example, $var and $VAR are not the same variable.


Is php a case sensitive language?

yes.


What is one fact anout c language?

It is case-sensitive.


What does case sensitive imply in a programming language?

"Case sensitive" means that, for example, myvariable, MyVariable, and myvAriAble are three separate things. In other words, upper case or lower case matters.


Java sript vs VB script?

Hi all, javascript is case sensitive vbscript is not. javascript will explore in all the browser, vb accept only internet explore javascript only for client side, vbscript both client side and serverside js is client side validation,vbscript for server side validation if you don't get. u can reach me iamselvam85@gmail.com


How does the language support variable names Are variable names case sensitive?

> How does the language support variable names? You can use any identifier to name a variable. > Are variable names case sensitive? Yes, in some languages, they are.


Whether HTML is case sensitive or C?

HTML is not case-sensitive, while C is a case-sensitive language. In HTML, the tags, attributes, and values can be written in uppercase or lowercase letters, and it will still be interpreted the same way by the web browser. For example, the "p" tag can be written as or , and both will be interpreted as paragraph tags. On the other hand, C is a case-sensitive language, which means that the identifiers such as variables, function names, and keywords must be written in the correct case. For example, "main" is different from "Main" and "MAIN" in C. It's important to keep in mind the case sensitivity rules while coding in these languages to avoid syntax errors or unexpected behavior.


Is the identifiers 'name' and 'NAME' different in c?

Yes they is different, C language are case-sensitive.


How do i write code for search case sensitive in HTML?

A search cannot be created in HTML code alone. It actually requires use of other programming languages, such as JavaScript or PHP, etc.


Java script is case sensitive or not?

HTML was designed to allow for any variation of case in the tags. However, new HTML 5 and CSS rules require your HTML tags to be in lower case. For example <P></P> would be acceptable in HTML 4, but <p></p> would be required under the HTML 5 standards.