FILE HANDLING IN C:- File & Directory:- File is a mechanism which stores data and Directory is a mechanism which stores file. Types of File:-
Category: c
Structure and Union:- Structure:- Structure is a mechanism which groups different data member to form a record. A structure is suitable for creating a database
Preprocessor Directives in C:- The c preprocessor is known as CPP is a macro processor that is used automatic call by the compiler to transform
Difference between C and C++ The differences between C and C++ are given below:- C:- 1.C was developed in 1972 2.C was developed by Dennis
Storage Class in C:- Every c program has a storage class and a scope. The storage class is a data structure that decides the scope,