Pointers in C Programming– Study Material

0

Pointers in C Programming– Study Material

One of the most important and powerful features in C language is pointer.

“A pointer is a variable, it may contain the memory address of the another variable.” pointer can have any name that is legal for other variable. It is declared in the same manner like other variables. It is always denoted by * operator.

Pointers in C Programming– Study Material

Features of pointers:

  • a) Pointers are efficient in handling data and associated with array.
  • b) Pointers are used for saving memory space.
  • c) Pointers reduce length and complexity of the program.
  • d) Pointer helps to make letter use of the available memory.
  • e) Since the pointer data manipulation is done with address, the execution time is-faster.
  • f) Two-dimensional and multidimensional array representation is easy in pointers.
  • g) Pointers allows for references to function, this may facilitate passing of function as arguments to other functions.

Click Here for Array Study Material

Click Here for C Programming Language Study Material

Synopsis :

  • Pointer declaration
  • Pointer to Pointer
  • Pointers and Functions
  • Pointers and Arrays
  • Pointers and Strings
  • Pointers & Structures
  • Dynamic memory allocation

PDF Download

TNEB TANGEDCO AE Basic Engineering Study Materials download

TNEB TANGEDCO AE Study Materials download

For All Latest Exam Syllabus    Click Here

For All Latest Exam Pattern     Click Here