Explain in detail about Data types in C Language. -Technology

1 Answer

Answer :

Data types in C LanguageData types specify how we enter data into our programs and what type of data we enter. C language has some predefined set of data types to handle various kinds of data that we can use in our program. These datatypes have different storage capacities.C language supports 2 different type of data types:1. Primary data types:These are fundamental data types in C namely integer(int), floating point(float), character(char) and void.2. Derived data types:Derived data types are nothing but primary datatypes but a little twisted or grouped together like array, stucture, union and pointer. These are discussed in details later.Data type determines the type of data a variable will hold. If a variable x is declared as int. it means x can hold only integer values. Every variable which is used in the program must be declared as what data-type it is.

Related questions

Description : Explain in detail about Data objects in C Language. -Technology

Last Answer : Definition: A Data object represents a container for data values, a place where data values may be stored and later retrieved.Definition: A runtime grouping of one or more pieces of data in a virtual ... component is often represented by a pointer value. And may be modified by a change in pointer.

Description : Explain in detail about C Language. -Technology

Last Answer : C is acomputer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in ... compiled and linkedControl of function and object visibility to other files via extern and static attributes

Description : Explain in detail about identifiers in C Language. -Technology

Last Answer : IdentifiersIdentifiers are names for entities in a C program, such as variables, arrays, functions, structures, unions and labels. An identifier can be composed only of uppercase, lowercase letters, ... 31 characters.7.Identifiers must be meaningful, short, quickly and easily typed and easily read.

Description : Yesterday, Rahul created a file named detail.txt and saved it. -Technology

Last Answer : He can find his file by using Search option.

Description : Both HTML and XML are markup language used to format data. -Technology

Last Answer : False XML is used to describe data, while HTML is used to format data.

Description : When was "You can continue to read free books you've downloaded until July 2019 when they will no longer be accessible." 1st announced? See detail.

Last Answer : Looks like it was announced at the beginning of April. Microsoft engages in Digital Rights Management software (which is a semi-Orwellian euphemistic term) that means its readers are sabotaged ... .com/en_us/article/3k3wkk/microsoft-ebooks-will-stop-working-because-its-shutting-down-a-drm-server

Description : Give the names of five data types used in MS_Access. -Technology

Last Answer : Text, Memo, Date/Time, Yes/No and Currency.

Description : Distinguish between Text and Memo data types. -Technology

Last Answer : Distinguishing between Text and Memo are as follows:TextMemoIt is used for relatively short entries.It is used for long text paragraphs.It can store upto 255 characters only.It can store upto 65536 ... the number of characters.It does not use field size property.e.g. Emp_namee.g. Emp_description

Description : Single and double are the types of (a) Integer data type (b) Decimal numbers -Technology

Last Answer : (d) Date/Time will be the data type because it allows storing date and time format.

Description : What are the types of data backup? -Technology

Last Answer : There are two types of data backup:1. Full backup2. Differential backup

Description : Name two data types that require data to be enclosed in quotes. -Technology

Last Answer : char and date data types require data to be enclosed in quotes.

Description : Name two Data types that require data to be enclosed in quotes. -Technology

Last Answer : char and date data types

Description : Explain topology method used in LAN technology in detail.

Last Answer : LAN Topologies: Network topology is a physical schematic which shows interconnection of the many users. There are four basic topologies as under: (i) Direct Connection or one to all topology ( ... temporarily, inserting the new node and then reestablishing the complete ring path.

Description : Explain data path and its control line in detail?

Last Answer : -Implementation of instructions (Arithmetic & logic, Memory reference, Branch Instruction) -Program Counter- It holds the address of the current instruction -Instruction Memory- It store the instructions ... inputs -Register File: The processors 32 General Purpose Registers are stored here. -ALU-

Description : Please suggest me the good books on ABAP a programming language which is used for SAP software? I am a begineer and want to know ABAP in detail.

Last Answer : This website contains the abap tutorial and all the materials you need.

Description : List four types of combustion chambers used in S.I. engine. Explain any one in detail with neat sketch.

Last Answer : Combustion chambers used in S.I. engine:- 1) T - Head 2) I - Head. 3) F - Head. 4) L - Head 5) Divided combustion chamber. 1. T Head Type Combustion chambers.  This ... and therefore more heat loss. 4. Valve size restricted. 6. Thermal failure in cylinder block also. 

Description : Explain any two types of resistance welding processes in detail.

Last Answer : 1.Resistance Spot welding: Spot welding is employed to join overlapping strips, sheets or plates of metal at small areas. The pieces are assembled between two electrodes, which must possess high electrical ... small parts. Butt Welding provides joining with no loss of the welded materials.   

Description : Enlist types of operating system. Explain multiprogramming OS in detail.

Last Answer : Types of operating system 1.Batch Systems 2.Multiprogramming 3.Multitasking 4.Time-Sharing Systems 5.Desktop Systems 6.Distributed system 7.Clustered system 8.Real Time system: Multiprogramming ... multiprogramming: user can open word, excel, access and other applications in a system.

Description : Enlist types of weir and explain any one in detail.

Last Answer : Types of weirs are a) Based on materials of construction 1) Masonry weir 2) Rock-fill weir 3) Concrete weir b) Based on use and function 1) Storage weir 2) Pick- ... Canal has to run idle c) The terrain is geographically difficult so that canal alignment is very costly or impossible

Description : Explain the main role of data backup software. -Technology

Last Answer : Backup software is used to make a copy of all the information stored on a disk and restore it when needed.An ideal data backup software provides functionalities beyond simple copying of data files. This software often supports user needs to specifying what is to be backed up and when.

Description : Explain two problems that can occur during transmission of data. -Technology

Last Answer : TWO problems that can occur during transmission of data are as follows:1. Crosstalk Disturbance caused by the electric or magnetic fields of one signal in an adjacent signal.2. Attenuation During transmission, the signal strength is reduced this phenomenon is called attenuation.

Description : Explain the given terms with respect to computer networks: 1. File and Data Sharing 2. Distributing Computing Power -Technology

Last Answer : 1. File and Data SharingAt a time, file-sharing consisted mostly of saving documents to floppy disks that could be physically transferred to other computers by hand. With networking, files can be shared ... to a network. Any user on the network can access the resources stored on the server.

Description : Explain the difference between data and information alongwith the examples of each. -Technology

Last Answer : Differences between data and information are as follows:DataInformation1.Data is used as input for the computer science.1.Information is the output of data.2.It is unprocessed facts or figures.2.It is ... of the class or the student is the information that can be concluded from the given data.

Description : HTML is a markup language for describing Web document. HTML uses (a) pre_specified tags (b) user defined tags -Technology

Last Answer : (d) HTML uses fixed tags defined by the language.

Description : Which language processor converts an HLL program into machine language at once? -Technology

Last Answer : Compiler is a language processor which converts whole HLL program into machine language at once which can be understood by the processor.

Description : What do you mean by machine language? -Technology

Last Answer : Machine language is the only language that is understood by the computers. It is a collection of binary digits (0 or 1) or bits that the computer reads and interprets.

Description : What is the difference between machine language and assembly language? -Technology

Last Answer : Difference between machine language and assembly language are as follows:Machine LanguageAssembly Language1. Machine language uses binary digits (0s and 1s) to write a program.1. Assembly ... processor.4. Assembler is used to translate assembly language into computer understandable language.

Description : Operating system is a (a) application software (b) system software (c) hardware (d) language -Technology

Last Answer : (b) Operating system is a system software that acts as an interface between the user and the hardware.

Description : Which device is used to convert the program written in assembly language into machine language? (a) Interpreter -Technology

Last Answer : (c) Assembler is used to convert the program written in assembly language into machine language because it is a language processor that converts the user defined language into a form which can be easily understood by the computer.

Description : converts high level language into machine language is (a) assembler (b) compiler (c) interpreter -Technology

Last Answer : (d) Both compiler and interpreter are language processors that converts high level language into machine language.

Description : Machine language sometimes referred to as (a) programming language that is used widely by the programmer. (b) machine code or object code -Technology

Last Answer : (b) Machine language sometimes referred to as machine code or object code because it is the language which is only understood by the computer as a computer itself is just a machine or an electronic device.

Description : Assembly language is a low level programming language (a) makes use of mnemonics to interact with computer system -Technology

Last Answer : (a) Assembly language is a low level programming language that use mnemonics to interact with computer system.

Description : Assembly language uses mnemonic codes. -Technology

Last Answer : TrueAssembly language uses mnemonic codes to represent each low level machine operation or code.

Description : HTML is a markup language. Expand the term HTML. -Technology

Last Answer : HyperText Markup Language.

Description : HTML is a case sensitive Web language. -Technology

Last Answer : False No, you can write your text in both uppercase and lowercase.

Description : HTML is a programming language. -Technology

Last Answer : False Because it is a markup language.

Description : XML is extensible Meta Language. -Technology

Last Answer : False XML is not an extensible Meta Language. It is extensible Markup Language.

Description : XML is a platform_independent language. -Technology

Last Answer : True XML can run on all platforms, so it is platform-independent language.

Description : Explain field length with its types. -Technology

Last Answer : It refers to the maximum number of characters that a field can contain. Each character requires one byte for its storage.Field length is of two types which are as follows:1. Fixed ... 16 bytesYes/No1 bit(0 or 1)OLE ObjectUpto 2 GBHyperlinkEach part contains upto2048 charactersLookup Wizard4 bytes

Description : Explain the two types of memory management techniques, which are used for allocating memory. -Technology

Last Answer : Memory ManagementIt is the act of managing computer's primary memory or main memory. Main memory is a large array of words or bytes where each ward or byte has its ... your system configuration and requirement. Partitioned allocation divides primary memory of computer into multiple memory.

Description : Explain different types of tabs available in MS_Word 2007. -Technology

Last Answer : TabsThese are similar to the menu system of MS-Word 2003. Instead of having drop down menus, MS-Word 2007 creates a Ribbon system, where buttons and commands are grouped under the tabs. Some groups ... to change the outline or draft views, display the ruler or document map, zoom, switch windows etc.

Description : Explain the concept of cell referencing along with its various types. -Technology

Last Answer : Excel supports three types of cell referencing, which are as follows:1. Relative Every relative cell reference in formula automatically changes when the formula is copied down a column or across a ... from one cell to another, the absolute reference stays the same but the relative reference changes.

Description : What are the various types of charts? Explain each. -Technology

Last Answer : The various types of charts in Excel are given below:Line Chart:Data that is arranged in columns or rows on a worksheet can be plotted in a line chart. Line charts can display continuous data ... data that represents profit over time can be plotted in an area chart to emphasize the total profit.

Description : The process of removing detail from a given state representation is called ______ a) Extraction b) Abstraction c) Information Retrieval d) Mining of data

Last Answer : b) Abstraction

Description : The research participants are described in detail in which section of the research plan? a. Introduction b. Method c. Data analysis d. Discussion

Last Answer : b. Method

Description : What are the different types of Coordinations of the Master with the Detail block?

Last Answer : POPULATE_GROUP(function) POPULATE_GROUP_WITH_QUERY(function) SET_GROUP_CHAR_CELL(procedure) SET_GROUPCELL(procedure) SET_GROUP_NUMBER_CELL(procedure)

Description : What are Most Common types of Complex master-detail relationships?

Last Answer : There are three most common types of complex master-detail relationships: master with dependent details master with independent details detail with two masters

Description : Define the term ‘Closures’. Write in detail about different types of closures commonly used in pharmaceutical industry.

Last Answer : CLOSURES are devices by means of which containers can be opened and closed. TYPES OF CLOSURES WITH EXAMPLES: 1. Plug type - It is a push-fit into the neck of the container. E.g. cork ... and paper impregnated with a suitable resin, wax or plastic. E.g. Caps of pharmaceutical liquid dosage forms.

Description : ………… refers to the amount of data that a signal or a circuit can carry. -Technology

Last Answer : Bandwidthrefers to the amount of data that a signal or a circuit can carry.

Description : Which of the following storage device can be used for storing large backup data? (a) Floppy disks (b) Hard disk (c) Magnetic tapes (d) None of these -Technology

Last Answer : "B) Hard Disk.