C-Programming Language

Federal Board > Class 10 > Computer Science (Total Videos: 54)

Show Content

Select a chapter above and press 'Show Content'. Click a video topic below to view.

Chapter 1: C-Programming Language (33 videos)   (Practice Test)
1.1: First Program in C Language- Use of printf( )
  1. printf function in C
1.2: C Program to find the sum of two numbers - Use of printf( ) and scanf( )
  1. scanf function in C
1.3: C Program to find subtraction of two numbers - Use of Assignment Operator
  1. Assignment Operators
1.4: C Program to find multiplication and division of two numbers
  1. Difference between assignment operator and 'equal to' operator
1.5: C Program to Calculate Area and Circumference of Circle
  1. Find Product of five given number
  2. Find area of circular region with given radius
  3. Computer Program to illustrate Constants
1.6: C Program to Calculate Area of Rectangle
  1. Find area of a rectangle with given length and width
1.7: C Program to Calculate sum of five subjects and find percentage
  1. Find sum and Average of five given numbers
1.8: C Proram to Compare two integers - Use of if-else
  1. if-else example problems
1.9: C Program to Compare three integers
  1. Display the larger one out of two numbers
1.10: C Program to Convert temperature from degree Centigrade to Fahrenheit
  1. Convert celsius to Farenheit
1.11: C Program to Print first 10 natural numbers using for loop
  1. Structure of For Loop and Working
  2. Programs on For Loop
  3. Problem solving using for loop
1.12: C Program to Print first 10 natural numbers using while loop
  1. Structure of While Loop and its Working
  2. Programs on While Loop
  3. Example problems of while loop
1.13: C Program to Print first 10 natural numbers using do while loop
  1. Structure of Do.. While loop
  2. Program on Do.. While Loop
1.14: C Program to find table of number
  1. Problem solving using for loop
  2. Programs on For Loop
1.15: C Progam to print numbers in reverse order from 1 to 10
  1. Example problems of while loop
1.16: C Program to print even numbers from 1 to 20
  1. Programs on While Loop
1.17: C Program to find Grade of a student on Percentage Marks
  1. Switch default statement
1.18: C Program to find Grade of a student using switch statement
  1. What is Switch.. Case
  2. Examples on Switch .. Case
1.19: C Program to find the Sum of odd Series from 1 to 100
  1. Program on Do.. While Loop
1.20: C Prorgam to Print the Pattern using Nested loop
  1. Nested Loop with example
  2. Complex problem solving using nested loops
1.21: C Program to create a simple calculator using Switch statement
  1. What is Switch.. Case
  2. Switch default statement
  3. Examples on Switch .. Case