answersLogoWhite

0

As is used to import Module name as short short cut...

EX: import math as m

........Husnu

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the interval identifier for the keyword "frequency"?

The interval identifier for the keyword "frequency" is "f."


What is the interval identifier for the keyword "sound"?

The interval identifier for the keyword "sound" is the 4th.


Why keyword cannot be used as an identifier in c language?

It's by design; this way the lexical parser is able to decide that any given string is a keyword or an identifier.


What is the Magic: The Gathering card identifier for the keyword "flying"?

The Magic: The Gathering card identifier for the keyword "flying" is a small symbol of a pair of wings.


What is the significance of the keyword 021001088?

The keyword 021001088 is significant because it is a unique identifier used in various systems to represent specific information or data.


Can keyword be used as variables?

No, any keyword could be used as a identifier (a method, class or variable name). These keywords have a special meaning in the language and the compiler can not identify if they are used as a variable name or as a keyword,


What is the primary name of the keyword you are referring to?

The primary name of the keyword being referred to is the main identifier or label used to represent a specific concept or topic.


An identifier such as author or keyword that you might give a file is called?

Filename.


Is it possible to declare a keyword as an identifier in c plus plus?

No. Keywords are reserved and cannot be used as identifiers. However, C/C++ is case-sensitive. So although register is a reserved keyword, Register is not.


What happens if a final keyword is applied to identifier?

The final keyword indicates that a variable (identifier) can not change his value. In case the variable refers to a reference variable (an object) the values of variables inside (the object) can change but the reference can be reassigned (to another object).


What is the significance of the keyword k1?

The keyword k1 is significant because it is often used as a reference point or identifier in computer programming and cryptography. It can represent a specific variable, key, or parameter that plays a crucial role in the functioning of a system or algorithm.


Why you use class keyword in c?

You may use it as an identifier, because it is not a reserved word in C.