Programming in C

Programming in C

Syllabus: Sem-III -CC-7 ( Numerical Methods & Numerical Methods Lab) Download syllabus (pdf)

Study materials

1) Basic fundamental knowledge of Computer, software, programming language etc.

2) Discussions about Structure of C program, C Library (Link section), printf() & scanf() statements, Variable declaration part and some useful examples

3) Discussion about Relational operators, Increment and Decrement operators, Conditional operator, Looping and decision making and some examples

4) Discussion about Arrays ( One & two dimensional), User defined functions and some useful examples

Tutorial videos ( on the above pdf)

5) Tutorial video of C program to find factorial n and functional value of a given function ( Download mp4 )

6) Tutorial video of C program to sort ascending or descending of numbers ( Download mp4 )

7) Tutorial video of C program to find sum of series, area of a triangle and transpose of a matrix ( Download mp4 )

8) Tutorial video of C program to find the root of f(x) = 0 by Bisection method ( Download mp4 )

9) Tutorial video of C program to find the root of f(x) = 0 by Newton-Raphson method ( Download mp4 )