answersLogoWhite

0

What else can I help you with?

Related Questions

What are tokens in c language?

in c program the smallest individual unit is called c-token


What are the 6 types of c tokens?

A Token is the basic and the smallest unit of a programThere are 6 types of tokens in 'C'. They are:1) Keywords2) Identifiers3) Constants4) Strings5) Special symbols6) Operators


What is the structural formula for an carboxylate anion?

Within the typographical limitations of this program, the structural formula for the smallest carboxylate anion, formate, could be written as H-C=O | O-1, where the two line unit | O-1 should be positioned directly beneath the C in the unit H-C=O.


What is the memory management operator in c plus plus?

There is no memory management operator in C++ -- it is an unmanaged language. You use the C++ new operator to allocate memory, and use the C++ delete operator to release previously allocated memory.


Smallest in amount?

c


What is the number of units measured by the smallest division on a graduated cylinders scale?

The smallest measurement on a graduated cylinder depends on the particular cylinder, since different sizes and brands exist. A common unit to measure by in a graduated cylinder is 1/100th of a liter.


Static variable in c?

A static variable in C is one in which the memory is preallocated before the execution unit begins and lasts for the entire program unit.A non-static variable in C will be allocated in the block in which it is contained, and destroyed outside that block.


What is the smallest charge you can produce in a body?

The smallest charge that can exist in a body is the elementary charge, which is approximately equal to 1.6 x 10^-19 coulombs. This charge is carried by fundamental particles such as protons and electrons, and is considered the smallest unit of electric charge.


What is a C R A C Unit?

CRAC unit = Computer Room Air Conditioning Unit


What are new and delete operators in c plus plus?

New and Delete are the memory management operators in c++,like c language we use malloc() and calloc() functions to allocate memory and free() functiong to release the memory similarily we use new to allocate memory in C++ and Delete to release the allocated memory....


Where the heap memory is allocated in c?

Main Memory (RAM).


Is C row major when it comes to memory layout?

Yes, C is row major when it comes to memory layout.