1:17
C-language course introduction | C language class 10 | class 10 computer | Muzammil Ijaz Mughal
10:03
Lecture 1 | Defining and analyzing problems | STS | STS (scope testing system) Science Academy
12:36
Lecture 2 | Algorithms | class 10 | computer |STS | STS (scope testing system) Science Academy
12:33
Lecture 3 | Flowcharts | class 10 | computer |STS | STS (scope testing system) Science Academy
5:41
How to download Dev IDE for C/C++ | Dev C++ | IDE | STS (scope testing system) Science Academy
2:16
Lecture 4 | Algorithm + flowchart Exercise | Algorithm | Flowchart | Exercise | STS
3:12
Lecture 5 | Introduction to C | C Language | STS | STS (scope testing system) Science Academy
13:16
Lecture 6 | C language syntax | Syntax Z| STS | STS (scope testing system) Science Academy
14:02
Lecture 7 | C data Output | printf( ) Function | STS | STS (scope testing system) Science Academy
10:55
Practice | C data Output | printf( ) Function | STS | STS (scope testing system) Science Academy
12:58
Lecture 8 | Comments in C language | Single and multi line comments | STS Science Academy
10:30
Lecture 9 | Constants and variables in C | tutorials| STS (scope testing system) Science Academy
8:51
Lecture 10 | Variable naming Rule part-1 | STS | STS (scope testing system) Science Academy
6:46
Examples | Variable naming rule in C language part-2 | STS (scope testing system) Science Academy
14:00
Lecture 11 | Data Types in C Language | STS | STS (scope testing system) Science Academy
11:17
lecture 12 | C inputs data | Data input from user in C | STS (scope testing system) Science Academy
5:12
lecture 13 | Statement Terminator ; | STS | STS (scope testing system) Science Academy
9:39
lecture 14 | Format specifiers in C | STS | STS (scope testing system) Science Academy
14:30
lecture 15 | Escape sequences| STS | STS (scope testing system) Science Academy
11:15
lecture 16 | Exercise No 2 | Part 1 | STS | STS (scope testing system) Science Academy
9:37
Display your CV in C | Exercise part 2 | STS | STS (scope testing system) Science Academy
14:39
lecture 17 | Operators in C part-1 | Arithmetic, assignment and relational operators | STS
1:34
Exercise No 3 | Book Questions | STS | STS (scope testing system) Science Academy
3:55
Order of precedence in C | STS | STS (scope testing system) Science Academy
6:35
Write a program that reads three numbers and print their sum, product and average in C | STS
4:38
Write a program that reads the length and width of a rectangle and print its area in C | STS
4:37
Write a program that reads the length of one side of a cube and prints its volume | STS
3:16
Write a program that reads temperature in Celsius, converts it into Fahrenheit and prints on screen
7:04
Overview of C language | Overview Time | STS | STS (scope testing system) Science Academy
15:29
lecture 17 part-2 | logical, Increment/decrement, conditional operators | STS
8:29
lecture 18 part-1 | if statement | syntax + example | STS (scope testing system) Science Academy
9:04
lecture 18 part-2 | if else statement | Control structures | STS Science Academy
8:07
lecture 18 part-3 | else-if statement | if-else-if statement | STS | STS Science Academy
13:33
lecture 18 part-4 | switch statement | STS | STS (scope testing system) Science Academy
8:18
Overview of structures if, if-else, if-else-if, switch in C | STS Science Academy
8:03
Conditional operator | information overdose | STS | STS (scope testing system) Science Academy
2:00
Exercise No 4 | including if, if-else, else-if, switch and conditional operator STS Science Academy
6:48
Ques-1 | Write a program that reads a number and print its square if it is greater than 10 | STS
5:56
Write a program that reads two numbers and print the larger | STS | STS Academy
5:10
Write above program using conditional operator | STS | STS Science Academy
Write a program that reads a number(n) and print a message based on its value as given in video
8:44
Write a program that reads temperature(t) in Celsius and print a message as given in program | STS
7:47
Write a program that reads marks(m) of a subject and prints the letter grade as given in video | STS
9:21
Program that reads basic pay of an employee and calculates and prints his net pay as given in video
6:43
Nested Statements in C | if, if-else, if-else-if and switch | STS | STS Science Academy
14:24
lecture 19 part-1 | for loop | syntax + example | STS | STS (scope testing system) Science Academy
10:44
lecture 19 part-3 | do while loop syntax + example | STS | STS (scope testing system)Science Academy
4:39
lecture 19 part-2 | while loop syntax + example | STS | STS (scope testing system) Science Academy
1:33
Exercise-5 loops | for, while, do while loop | STS | STS (scope testing system) Science Academy
6:32
Ques-1 | write a program to print the sum of even number from 1 to 50 |STS Science Academy
4:33
Ques-2 | Write a program to print the given sequence of numbers using a loop on single line | STS
5:01
Ques-3 | Write a program to print the sum of squares of all the numbers from 1 to 10 using a loop
4:49
Ques-4 | Write a program that prints all the upper case letters in reverse order on a single line
6:26
Ques-5 | Write a program that reads a number and prints its table using while loop
6:54
Ques-6 | A class of 15 students takes an examination in which marks range from 1 to 100. ......
8:19
Ques-7 | A class of 20 students takes an examination in which marks range from 1 to 100. Write a....
6:42
Ques-8 | Write a program that prints a line of 60(*) using do while loop. STS SCIENCE ACADEMY
6:29
Ques-9 | Write a program that prints table of squares of all the numbers 1 to 10 as shown in video.
14:50
Choice based loop | Decision based loop | Execution based loop | Logic Based Lectures | STS
21:49
Project-1, Part-1 | ATM Machine in C | STS (Science + Coding) Academy
16:28
Project-1, Part-2 | ATM Machine in C | STS (Science + Coding) Academy
12:57
Project-1, Part-3 | ATM Machine in C | STS (Science + Coding) Academy
Patterns in C | How to create different patterns in C | STS (Science + Coding) Academy
4:13
Pyramid Pattern | How to create pyramid pattern in C | STS (Science + Coding) Academy
10:49
Diamond pattern in C | How to create diamond pattern in C | STS (Science + Coding) Academy
1:26
Playlist part-2| Playlist extended | STS (Science + Coding) Academy
10:23
Tutorial-1 | Introduction to Functions in C Language | Function() | STS (Science + Coding) Academy
7:15
Tutorial-2 | Method of writing function | C Functions playlist | STS (Science + Coding) Academy
4:51
Tutorial-3 | Creating our first function as example in C | STS (Science + Coding) Academy
9:12
Tutorial-4 | Function parameter in C | STS (Science + Coding) Academy
Tutorial-5 | Creating a calculator program using functions in C | STS (Science + Coding) Academy
7:11
Tutorial-6 | Return types in function| STS (Science + Coding) Academy
6:44
Tutorial-7 | Function Recursion | Self calling functions | STS (Science + Coding) Academy
10:42
Tutorial-8 | Function Overloading in C | STS (Science + Coding) Academy
4:27
Program that add two numbers using function in C | Functions | STS (Science + Coding) Academy
Program to check if a number is positive, negative or zero using functions | STS Academy
4:24
Program to find the square of a number using function | STS (Science + Coding) Academy
5:03
Program to find average of three number using function | STS (Science + Coding) Academy
5:48
Program to swap two numbers using function | C Functions playlist | STS (Science + Coding) Academy