Skip to content

tgpaul/Learn-To-Code-2021

Repository files navigation

Learn-To-Code-2021

'Learn To Code' Program for First Year Students. Organized by IEEE.

  1. WACP to read a 2D array from the user and display it.

    https://beginnersbook.com/2014/01/2d-arrays-in-c-example/

    https://www.youtube.com/watch?v=KUS3bQ6PJrA


  1. WACP to read the values for a 2D array from the user and print its main/principal and secondary diagonals.

    https://clanguage0.blogspot.com/2019/04/program-in-c-to-print-diagonal-elements.html

    https://www.youtube.com/watch?v=Vwr_iGzLj2o


  1. WACP to read a 2D array. Then, search for a particular user given element. If found, display its position.

    https://teachics.org/programming-examples/data-structures-using-c-programs/search-an-element-in-the-2-dimensional-array/

    https://www.youtube.com/watch?v=vOsUzpZz2xU


  1. WACP to display the product of two 2D arrays. Take values for the 2D arrays from the user.

    https://followtutorials.com/2012/03/numerical-methods-multiplication-of-two-matrices-using-two-dimensional-array-in-c.html

    https://www.youtube.com/watch?v=jzdQqoG1tZs


  1. WACP to implement a Static Queue. Create the menu and functions for "Push", "Pop", "Peek" and "Display". (Try to use 'swicth-case' method)

    https://www.edureka.co/blog/queue-in-c/

    https://www.youtube.com/watch?v=YqrFeU90Coo


  1. WACP to read an array and display it twice. In the first loop, use array name(i.e, the normal method). In the second loop, use a pointer to access the array elements.

    Prerequisites :-

    https://www.programiz.com/c-programming/c-pointers

    https://www.youtube.com/watch?v=sY-s7O0FiYE

    https://www.programiz.com/c-programming/examples/access-array-pointer

    https://www.youtube.com/watch?v=dWMXHjsJiXY


  1. WACP that that reads and displays details of 4 students. The 'structure' should contain the RollNo(int), Name(string) and marks(float).

    Prerequisites :-

    https://www.programiz.com/c-programming/c-structures

    https://www.youtube.com/watch?v=Ranc3VvjI88


    https://www.programiz.com/c-programming/examples/information-structure-array

    https://www.youtube.com/watch?v=761wvxCTZ90


Codeathon - WACP to read a 3x3 matrix and calculate it's determinant.

About

'Learn To Code' Program for First Year Students. Organized by IEEE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages