Home / Posts (page 3)

Posts

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 »

MIME – Multi Purpose Internet Mail Extension

A MIME stands for Multipurpose Internet Mail Extension. In the context of internet or web applications the way of identifying files according to their nature and format. While developing the web applications specify content-type in the header part of HTTP – response. A MIME type is a mechanism that can …

Read More »