Home / Posts (page 3)

Posts

What is block chain technology?

What is Block chain Technology? Block chain technology is technology word which heard frequently in information technology sector.  First going into the term block chain technology, a block chain is a continuously or unbreakable growing list of records, called blocks and these are linked and high secured by using cryptography. …

Read More »

Structures in C

Structure

Declaration of Structures: Method 1: A structure is a user defined data structure in c language.  To declare a structure you must start with the keyword struct followed by the structure name or structure tag and within curly braces the list of the structure’s member variables.  It does not create …

Read More »