Results 1 - 15 of about 143 sawaal for "datatype"
well, short intintlong intdoublefloatcharthese are all datatypes...well chinni !A data type in programming languages is an attribute of a datum which tells the computer and the programmer something about the kind of datum it is. This involves setting constraints on the datum, such as what values it can take and what operations may be performed upon itIn general the setting of the datatypes
Posted in
Computers & Technology by chinni. at 9:37 PM on November 04, 2008
programmer-specified condition evaluates to true or false see boolean datatype. Apart from the case of branch predication, this is always achieved by selectively altering the control flow based on some datatype. Apart from the case of branch predication, this is always achieved by selectively altering the control flow based on some condition.In imperative programming languages, the term "
Posted in
Computers & Technology by Sid at 7:14 PM on May 29, 2008
...."Type Casting refers to changing an entity of one datatype into another". A cast explicitly tells the compiler to change the aparent datatype of an object reference.The cast is checked both at compile time and again at run time,this often allows improper code to be compiled. When you cast a variable from one datatype to another you are telling the compiler that you the programmer are taking responsibility
Posted in
Computers & Technology by Sharad Singh at 4:50 PM on May 16, 2008
....In computer science, the Boolean datatype, sometimes called the logical datatype, is a primitive datatype having one of two values: non-zero often 1, or -1 and zero which are equivalent to true and false, respectively. It is the special case of a binary numeric datatype of only one digit, or bit, and can also be represented in any other radix by restricting the range of allowed values for certain operations
Posted in
Computers & Technology by kash at 11:05 PM on April 12, 2008
In strongly-typed programming languages that are explicitly typed, each parameters type is specified in the subroutines declaration. Languages using type inference attempt to discover the types automatically from the functions body and usage, while weakly-typed programming languages defer type resol
Posted in
Computers & Technology by rahul sen at 7:06 AM on December 27, 2008
SQLite uses dynamic typing. Content can be stored as INTEGER, REAL, TEXT, BLOB, or as NULL
Posted in
Computers & Technology by rohit verma at 1:13 AM on December 21, 2008
According to Oracle Metalink Bug Database Doc ID: 144784.1, in the absence of explicit data typecasting, OCI assumes that a bind variable is a CHAR data type. If the SQL statement intends to use the bind variable as a DATE data type, but OCI thought it was a CHAR, the SQL parser will have a conflict
Posted in
Computers & Technology by joydeep bhat at 9:04 PM on December 18, 2008
mallint - S94 COMP or S94 COMP-4Integer - S99 COMP or S99 COMP-4CharN - PIC XNVarcharN - 01 NAME.49 NAME-LEN PIC S94 USAGE COMP.49 NAME-TEXT PIC XN.DECIMALP,S - If p<19: S9p-sV9s COMP-3Float - USAGE COMP-2Date - pic x10.Timestamp - pic x26....Smallint - S94 COMP or S94 COMP-4Integer - S99 COMP or
Posted in
Computers & Technology by joydeepbhat at 3:40 AM on November 11, 2008
modular datatype with a range while typedef creates another name for ithttp://wiki.answers.com/Q/ Whatisthedifferencebetwen enumrerateddatat...ypeandtyped ef...Its very Simple that using Enumerated data typeDays; renames Days as WeekDays Similary typedef int NUMBER; renames int as NUMBER .But wait it is one more name for the data type.. So simply enum creates a numeral modular datatype with a range while typedef
Posted in
Computers & Technology by Neha Bist at 4:20 AM on October 27, 2008
Writing primitive data-types can be easily done, using the DataOutputStream class. DataOutputStream provides simple methods to write primitive data-types out to any output stream, whether
Posted in
Computers & Accessories by jitendra at 7:00 PM on October 25, 2008
Well, The asnwer is simple.Derived data types are the data types which are derived from the fundamental data types. It is further divide into two categories iBuilt-In and iiUser-definedBuilt-In Derived Data Type 1. Arrays: Arrays refer to a list of finite number of same data types. The data in the a
Posted in
Computers & Technology by Nikhil Singh at 3:42 AM on September 28, 2008
The Java programming language supports eight primitive data types. A primitive type is predefined by the language and is named by a reserved keyword. Primitive values do not share state with other primitive values.The eight primitive data types supported by the Java programming language are: byte: T
Posted in
Computers & Technology by Sharad Singh at 4:55 PM on May 16, 2008
Well Chandan , Types of data are different in different programming languages though some of them are common in multiple language, only their usage and name are different.Some of the basic data types are in some of the popular languages :1 Character : Ada : characterC : char Pascal : charModula-2
Posted in
Computers & Technology by chandan at 8:16 PM on February 11, 2008
Writing primitive data-types can be easily done, using the DataOutputStream class. DataOutputStream provides simple methods to write primitive data-types out to any output stream, whether
Posted in
Exams, Education & References by No.1 at 7:42 AM on February 09, 2008