Blogspot - worldwebsites8.blogspot.com - jntuk 2-2 mecg meterials
General Information:
Latest News:
demo 3 Sep 2012 | 01:05 pm
Content will be updated...
demo 3 Sep 2012 | 01:05 pm
Content will be updated...
Explain about the File Opening Modes in C ? 8 Jun 2012 | 11:16 pm
File Opening Modes There are mainly 6 types of modes in files. Those are, Mode is string only. So, it must be placed in double quotes only. Read more »
Explain about the Functions used in Files in C ? 8 Jun 2012 | 11:14 pm
Functions used in Files : The following Function are defined in the header file ‘stdio.h’. Read more »
What are the Operations on Files in C ? 8 Jun 2012 | 11:12 pm
Operations on Files : Read more »
Define the following terms: Data Base, Table, Row / Record, Field and Advantages of files in C ? 8 Jun 2012 | 10:58 pm
Data Base : It is the relationship between different tables. Table: The data is stored in the form of rows and columns. Row / Record : Collection of related field items in the table. A row of inform...
What are the different Types of Files in C ? 8 Jun 2012 | 10:56 pm
Types of Files : There are many types in files. Read more »
Explain about the Files in C ? 8 Jun 2012 | 10:54 pm
Files Def: Collection of information stored in a particular medium permanently is called a ‘File’. Read more »
Explain about the Streams in C ? 8 Jun 2012 | 10:53 pm
Streams Def: Flow of bytes / characters is called Streams. There are two types of streams. Those are, Read more »
Explain about Nested structures in C ? 8 Jun 2012 | 10:52 pm
Nested structures: Def: A structure with in a structure is called Nested structure. Read more »