Apr

30

Definition, declaration and initialization of one dimensional array; Accessing array elements; Displaying array elements;  Two- Dimensional array: Declaration and Initialization, Accessing and Displaying, Memory representation of array [Row Major, Column Major]; Multidimensional array.

CLICK TO DOWNLOAD STUDY MATERIAL

Apr

28

DEFINITION, DECLARATION AND INITIALIZATION

CLICK TO DOWNLOAD STUDY MATERIAL -1

POINTER ARITHMETICS and DYNAMIC MEMORY ALLOCATION

CLICK TO DOWNLOAD STUDY MATERIAL -2

Apr

28

DEFINITION, DECLARATION AND INITIALIZATION

CLICK TO DOWNLOAD STUDY MATERIAL -1

String library functions

CLICK TO DOWNLOAD STUDY MATERIAL -2

Apr

28

Definition and declaration; Variables initialization; Accessing fields and structure operations;

CLICK TO DOWNLOAD STUDY MATERIAL -1

Nested structures; Union: Definition and declaration; Differentiate between Union and structure

CLICK TO DOWNLOAD STUDY MATERIAL -2

typedef, Structure and function calls, Pointer to structure

CLICK TO DOWNLOAD STUDY MATERIAL -3

Apr

28

Definition of Preprocessor; Macro substitution directives; File inclusion directives; Conditional compilation

CLICK TO DOWNLOAD STUDY MATERIAL -1

Bitwise operators; Shift operators; Bit field

CLICK TO DOWNLOAD STUDY MATERIAL -2

Apr

28

In this file, we are discussing the concept of a file and only the list of important file handling functions.

CLICK TO DOWNLOAD STUDY MATERIAL -1

It covers opening modes of files, standard function: fopen(), fclose()

CLICK TO DOWNLOAD STUDY MATERIAL -2

In this, I have discussed the topic “how to write into a file using C program” for which used some standard functions: fputc(), fprintf(), fwrite()

CLICK TO DOWNLOAD STUDY MATERIAL -3

In this, Topic discussed is “how to read data from a file using C program” for which used some standard functions: fgetc(), fscanf(), fread()

CLICK TO DOWNLOAD STUDY MATERIAL -4

In this file, we are discussing some other important standard functions: fseek(), ftell(), rewind()

CLICK TO DOWNLOAD STUDY MATERIAL -5