WeRCopyPasteDeveloper
Pages - Menu
Home
Python
Android
Advance Java
Management
My Playstore Application
Showing posts with label
Low Level Languages
.
Show all posts
Showing posts with label
Low Level Languages
.
Show all posts
Monday, January 28, 2019
Low Level Languages
The language which understand by computer/machine directly.
Machine Lang.
Assembly Lang.
These languages can be used to interact with computer/machine directly.
These languages are hardware dependent or non-portable.
Older Posts
Home
Subscribe to:
Posts (Atom)
Operators and Operands
Operators and Operands Operators are special symbols that represent computations like addition and multiplication. The values the ope...
type() functions
type() functions It returns type of the given object. Syntax: type(object) Syntax: type(name, bases, dict) _name_ : Class name....