Module Name | Download |
---|---|
noc19-cs42_Assignment1_Week_01 | noc19-cs42_Assignment1_Week_01 |
noc19-cs42_Assignment1_Week_02 | noc19-cs42_Assignment1_Week_02 |
noc19-cs42_Assignment1_Week_03 | noc19-cs42_Assignment1_Week_03 |
noc19-cs42_Assignment1_Week_04 | noc19-cs42_Assignment1_Week_04 |
noc19-cs42_Assignment1_Week_05 | noc19-cs42_Assignment1_Week_05 |
noc19-cs42_Assignment1_Week_06 | noc19-cs42_Assignment1_Week_06 |
noc19-cs42_Assignment1_Week_07 | noc19-cs42_Assignment1_Week_07 |
noc19-cs42_Assignment1_Week_08 | noc19-cs42_Assignment1_Week_08 |
noc19-cs42_Assignment2_Week_01 | noc19-cs42_Assignment2_Week_01 |
noc19-cs42_Assignment2_Week_02 | noc19-cs42_Assignment2_Week_02 |
noc19-cs42_Assignment2_Week_03 | noc19-cs42_Assignment2_Week_03 |
noc19-cs42_Assignment2_Week_03pdf | noc19-cs42_Assignment2_Week_03pdf |
noc19-cs42_Assignment2_Week_04 | noc19-cs42_Assignment2_Week_04 |
noc19-cs42_Assignment2_Week_05 | noc19-cs42_Assignment2_Week_05 |
noc19-cs42_Assignment2_Week_06 | noc19-cs42_Assignment2_Week_06 |
noc19-cs42_Assignment2_Week_07 | noc19-cs42_Assignment2_Week_07 |
noc19-cs42_Assignment2_Week_08 | noc19-cs42_Assignment2_Week_08 |
noc19-cs42_Assignment3_Week_01 | noc19-cs42_Assignment3_Week_01 |
noc19-cs42_Assignment3_Week_02 | noc19-cs42_Assignment3_Week_02 |
noc19-cs42_Assignment3_Week_03 | noc19-cs42_Assignment3_Week_03 |
noc19-cs42_Assignment3_Week_04 | noc19-cs42_Assignment3_Week_04 |
noc19-cs42_Assignment3_Week_05 | noc19-cs42_Assignment3_Week_05 |
noc19-cs42_Assignment3_Week_06 | noc19-cs42_Assignment3_Week_06 |
noc19-cs42_Assignmentsolution_Week_01 | noc19-cs42_Assignmentsolution_Week_01 |
noc19-cs42_Assignmentsolution_Week_02 | noc19-cs42_Assignmentsolution_Week_02 |
noc19-cs42_Assignmentsolution_Week_03 | noc19-cs42_Assignmentsolution_Week_03 |
noc19-cs42_Assignmentsolution_Week_04 | noc19-cs42_Assignmentsolution_Week_04 |
noc19-cs42_Assignmentsolution_Week_05 | noc19-cs42_Assignmentsolution_Week_05 |
noc19-cs42_Assignmentsolution_Week_06 | noc19-cs42_Assignmentsolution_Week_06 |
noc19-cs42_Assignmentsolution_Week_07 | noc19-cs42_Assignmentsolution_Week_07 |
noc19-cs42_Assignmentsolution_Week_08 | noc19-cs42_Assignmentsolution_Week_08 |
Sl.No | Chapter Name | MP4 Download |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Download |
57 | Organizing code into multiple files - 1 | Download |
58 | Organizing code in multiple files - 2 | Download |
59 | Pre and post increment operators | Download |
Sl.No | Chapter Name | English |
---|---|---|
1 | Intro - Process of programming | Download Verified |
2 | Intro - GCD | Download Verified |
3 | Intro - Programming cycle | Download Verified |
4 | Intro - Tracing a simple program | Download Verified |
5 | Intro - Variables | Download Verified |
6 | Intro - Operators | Download Verified |
7 | Loops - While | Download Verified |
8 | Loops - While example | Download Verified |
9 | Loops - While GCD example | Download Verified |
10 | Loops - Longest 1 | Download Verified |
11 | Loops - Longest 2 | Download Verified |
12 | Loops - Longest 3 | Download Verified |
13 | Loops - Do-while | Download Verified |
14 | Loops - Matrix using nested loops | Download Verified |
15 | Loops - For | Download Verified |
16 | Loops - Matrix using nested for loops | Download Verified |
17 | Loops - Break statement | Download Verified |
18 | Loops - Continue statement | Download Verified |
19 | Loops - Continue statement example | Download Verified |
20 | Data types in C | Download Verified |
21 | ASCII code | Download Verified |
22 | Operators Expressions Associativity | Download Verified |
23 | Precedence of operators | Download Verified |
24 | Expression evaluation | Download Verified |
25 | Functions - Introduction | Download Verified |
26 | Functions - How functions are executed | Download Verified |
27 | Functions - Examples - 1 | Download Verified |
28 | Functions - Examples - 2 | Download Verified |
29 | Arrays in C | Download Verified |
30 | Initializing arrays | Download Verified |
31 | Initializing character arrays | Download Verified |
32 | Pointers in C | Download Verified |
33 | Pointer arithmetic | Download Verified |
34 | Function with pointer arguments | Download Verified |
35 | Example - copy a subarray | Download Verified |
36 | Programming using arrays and pointers | Download Verified |
37 | Sizeof operator | Download Verified |
38 | Returning pointers from functions | Download Verified |
39 | Example - return duplicate of a string | Download Verified |
40 | Recursion - Linear Recursion | Download Verified |
41 | Recursion - Linear Recursion - 2 | Download Verified |
42 | Recursion - Two-way Recursion | Download Verified |
43 | Multidimensional Arrays | Download Verified |
44 | Multidimensional Arrays and Pointers | Download Verified |
45 | Multidimensional Arrays and Pointers - continued (2) | Download Verified |
46 | Multidimensional Arrays and Pointers - continued (3) | Download Verified |
47 | File Handling | Download Verified |
48 | Some other file-handling functions | Download Verified |
49 | Structures in C - 1 | Download Verified |
50 | Structures in C - 2 | Download Verified |
51 | Singly Linked Lists | Download Verified |
52 | Doubly Linked Lists - introduction | Download Verified |
53 | Organizing code into multiple files - 1 | Download Verified |
54 | Organizing code into multiple files - 2 | Download Verified |
55 | Pre and post increment | Download Verified |
56 | Doubly Linked Lists - introduction | PDF unavailable |
57 | Organizing code into multiple files - 1 | PDF unavailable |
58 | Organizing code in multiple files - 2 | PDF unavailable |
59 | Pre and post increment operators | PDF unavailable |
Sl.No | Chapter Name | Bengali |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Not Available |
57 | Organizing code into multiple files - 1 | Not Available |
58 | Organizing code in multiple files - 2 | Not Available |
59 | Pre and post increment operators | Not Available |
Sl.No | Chapter Name | Gujarati |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Not Available |
57 | Organizing code into multiple files - 1 | Not Available |
58 | Organizing code in multiple files - 2 | Not Available |
59 | Pre and post increment operators | Not Available |
Sl.No | Chapter Name | Hindi |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Not Available |
57 | Organizing code into multiple files - 1 | Not Available |
58 | Organizing code in multiple files - 2 | Not Available |
59 | Pre and post increment operators | Not Available |
Sl.No | Chapter Name | Kannada |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Not Available |
57 | Organizing code into multiple files - 1 | Not Available |
58 | Organizing code in multiple files - 2 | Not Available |
59 | Pre and post increment operators | Not Available |
Sl.No | Chapter Name | Malayalam |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Not Available |
57 | Organizing code into multiple files - 1 | Not Available |
58 | Organizing code in multiple files - 2 | Not Available |
59 | Pre and post increment operators | Not Available |
Sl.No | Chapter Name | Marathi |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Not Available |
57 | Organizing code into multiple files - 1 | Not Available |
58 | Organizing code in multiple files - 2 | Not Available |
59 | Pre and post increment operators | Not Available |
Sl.No | Chapter Name | Tamil |
---|---|---|
1 | Intro - Process of programming | Download |
2 | Intro - GCD | Download |
3 | Intro - Programming cycle | Download |
4 | Intro - Tracing a simple program | Download |
5 | Intro - Variables | Download |
6 | Intro - Operators | Download |
7 | Loops - While | Download |
8 | Loops - While example | Download |
9 | Loops - While GCD example | Download |
10 | Loops - Longest 1 | Download |
11 | Loops - Longest 2 | Download |
12 | Loops - Longest 3 | Download |
13 | Loops - Do-while | Download |
14 | Loops - Matrix using nested loops | Download |
15 | Loops - For | Download |
16 | Loops - Matrix using nested for loops | Download |
17 | Loops - Break statement | Download |
18 | Loops - Continue statement | Download |
19 | Loops - Continue statement example | Download |
20 | Data types in C | Download |
21 | ASCII code | Download |
22 | Operators Expressions Associativity | Download |
23 | Precedence of operators | Download |
24 | Expression evaluation | Download |
25 | Functions - Introduction | Download |
26 | Functions - How functions are executed | Download |
27 | Functions - Examples - 1 | Download |
28 | Functions - Examples - 2 | Download |
29 | Arrays in C | Download |
30 | Initializing arrays | Download |
31 | Initializing character arrays | Download |
32 | Pointers in C | Download |
33 | Pointer arithmetic | Download |
34 | Function with pointer arguments | Download |
35 | Example - copy a subarray | Download |
36 | Programming using arrays and pointers | Download |
37 | Sizeof operator | Download |
38 | Returning pointers from functions | Download |
39 | Example - return duplicate of a string | Download |
40 | Recursion - Linear Recursion | Download |
41 | Recursion - Linear Recursion - 2 | Download |
42 | Recursion - Two-way Recursion | Download |
43 | Multidimensional Arrays | Download |
44 | Multidimensional Arrays and Pointers | Download |
45 | Multidimensional Arrays and Pointers - continued (2) | Download |
46 | Multidimensional Arrays and Pointers - continued (3) | Download |
47 | File Handling | Download |
48 | Some other file-handling functions | Download |
49 | Structures in C - 1 | Download |
50 | Structures in C - 2 | Download |
51 | Singly Linked Lists | Download |
52 | Doubly Linked Lists - introduction | Download |
53 | Organizing code into multiple files - 1 | Download |
54 | Organizing code into multiple files - 2 | Download |
55 | Pre and post increment | Download |
56 | Doubly Linked Lists - introduction | Not Available |
57 | Organizing code into multiple files - 1 | Not Available |
58 | Organizing code in multiple files - 2 | Not Available |
59 | Pre and post increment operators | Not Available |