Written by Anushka Raj who likes to teach programming and work on front-end technologies. Follow me on Twitter and Instagram.

  1. October 04, 2020

    Pointers are one of the strongest and also one of the most dangerous and vulnerable features of C.

  2. September 10, 2020

    Array is a collection of variables of the same type that are referenced by a common name.

  3. September 08, 2020

    It is simply the process of repeating items in a self-comparable way.

  4. September 04, 2020

    A function is a block of statements that performs a specific task.

  5. September 02, 2020

    The jump statements unconditionally transfer program control within a function.

  6. August 30, 2020

    C programming language provides loops:- for, while, do-while and nested to deal with loop control.