Posts

Showing posts from July, 2019

Masrooms pic

Image
This is massroons picture.......

Integer Data Type in c-programming

Image
Integer in c-programming An integer Data type enables us to store numeric values. size of an integer data type is 4 bytes on a 64-bits complie . integer data type is primarily used to store whole numbers. An integer data type is define using int keyboard. memory layout of int data type:

Data Types in c-programming

Data Types Data Type is the core f any programming language. C-programming language defines four primary data sometimes called as primitive types. Data Type .Integer .Charcter .Floating point .Double Floting point

Memory Layout

Image
Memory Layout When a program is run the operating system allocates a part of its total memory to help the program for smooth execution. Memory allocated to a program consist of arrangement of data blocks called as bits.                                        A group of 8 bits together constituls a byte of memory.