This site is powered by
course builder. Create your online course today.
Start now
Create your course
with
Autoplay
Autocomplete
Previous Lesson
Complete and Continue
C Programming Language Hands-On-Lab
1.Sequence Programming Examples
Write a Program to Generate Bill Amount for the Inputted Price of two Products. (13:51)
A Business Owner Wants to Know Total Sales of Two Months January and February,Write a Program to Print Total Sales (6:19)
A Person Wants to Travel from his Home City to a Another Metro City, He Went to Airport by Cab and Flew to his Destination city. Write a program to calculate how much he spent to reach from his home to Destination City. (8:01)
A Person Stays in a Rented Home, He Runs an Accounting firm Which is also Rented one, He Wants to Calculate Total Rents Paid for Office and House for the Present Month. (7:00)
Mr. James is having Two Bank Accounts, One is with Nationalized Bank & the other one is with Private Bank. He Wants to Develop a C Program Which Calculates Total Funds Available in Both the Banks. (5:39)
Write a Program to Swap Values of Two Variables without using 3rd Variable - Logic 2 (8:21)
Write a Program to Swap Values of Two Variables without using 3rd Variable - Logic 3 (4:49)
Write a program to Read Basic Salary, Allowances, and Deductions. Calculate Gross salary, Net Salary and Bonus. (8:21)
Write a Program to Convert the Temperature from Fahrenheit to Celsius - (GitHub)
Write a Program to Calculate Simple Interest (12:30)
Write a Program to Read Gender of a Person and Display the Same. Note: Gender Should be M/F (2:58)
Write a Program to Read Person Name and City in Which He Lives, and Display the Output As Below. (6:55)
Write a Program, Which Asks the User to Introduce Themselves. (4:56)
Write a Program to Read Three T/F Questions of Your Choice and Display the Answers as it is. (15:32)
Write a Program to Convert inputted Lowercase character into uppercase. (9:19)
Write a Program to Convert Inputted Rupees into Paise (2:20)
Write a program to calculate electricity bill from the inputted last month and Present month reading. (6:14)
Write a Program to Convert Inputted Rupees into Paise. Note: Declare PAISE as const Variable (3:04)
Write a Program to Read Price of 3 Chocolates, and display the Average Price of Each Chocolate. Note: Declare only 4 variables and out which 3 variables should be int type and one should be of float type. (10:19)
Write a Program to Print First Name and Last Name using Multiple printf() Functions (5:57)
Write a Program to Check How Many Images can be attached while sending a mail (11:18)
2.Selection or Decision Making Programming Examples
Write a Program to Accept Previous month Reading and Present month reading from the user, Calculate Bill Amount Based upon the Data Given Below. (8:46)
Write a Program to Check whether the inputted year is leap year not. (4:25)
Write Program to Read Name and Age of Two Persons and Display Elder Person Name. (7:17)
Write a Program to Check Whether the Inputted Number is Positive or Negative or Neutral. (5:09)
Write a Program to Accept Marks of Any 3 subjects of Your Choice and perform the following. (13:05)
Write a Program to Print Discount & Actual Amount from the Given Details. (10:51)
Write a Program to Read Basic Salary, Allowances, Deductions and Experience of an Employee and Perform the Following (13:11)
South Central Railway Provides 50% Concession to its Passengers those who fulfills the following Eligibility Criteria. (15:56)
Write a Program to Find Biggest of 4 Numbers. (4:54)
Write a Program to read Two Numbers, Find Which is Biggest one and Check for Similarities also. (3:49)
A Shopping Mall is Giving 1+1 offer to their customers because of festival season. Write a Program to Prepare Bill for the Customer who purchases two items in offer. (6:24)
Write a Program to Read Two Read Two Real Numbers, Print Their Sum and Absolute Difference (8:32)
Write a Program to Read Names and Marks of 3 students, Display Who is the topper along with marks. (9:37)
Write a Program to Prepare Electricity Bill from the following Data: (23:00)
Write a Program to Accept Marks of C, CPP, Java and Calculate Total & Average, Display Class only if the Student Passes in all the 3 subjects otherwise display the subject in which they failed and Print message as "No Grade". (12:48)
Write a Program to Create a Menu of Programs and Run the Specific Program based on Choice using Switch Case. (12:00)
Write a Program to Read ID and Passcode of an Employee and Validate the User using Nested Switch Case. (7:42)
Write a Program to Check whether the inputted number is even or odd without using if condition. (6:05)
4. Write a Program to Check whether the Person is Eligible for Voting or not, if not display still how many years the person has to wait.
3.Iterations or Looping construct Examples
Write a Program to Print Even Numbers From 1 to 100 using while, do..while and for loops (12:34)
Write a Program to Print Natural Numbers from N to 1 using for loop (7:07)
Write a Program to Print Inputted Number, that Many times (7:36)
Write a Program to Print Sum and Average of Inputted N Numbers (15:07)
Write a Program to Print Table for Inputted Number from the given start point to end point (10:19)
Write a Program to Check Whether the Inputted Mobile Number is Valid or Not (16:11)
Write a Program to Read Date Of Birth from the user and Find the Lucky Number (18:37)
Write a Program to Check Whether the inputted number is Palindrome or not (11:56)
Example on Break Keyword - Program to Read 10 Numbers from the User and Find the SUM. (8:47)
Example on Continue keyword - Write a program to Read 10 Numbers from the User and find SUM of Positive Numbers only. (9:12)
Shopping Cart Example using break keyword (10:29)
Shopping Cart Example using continue keyword (9:42)
Write a Program to Print Armstrong numbers till 1000 (14:22)
Write a Program to Read Single input from the user till the user Enters 0 and Display report as Follows (13:26)
Display all the factors of a Positive Integer With Count. (14:09)
Write a Program to find 2nd Biggest Number from the Inputted N Numbers (17:10)
Write a Program to Print ASCII Chart (7:26)
Write a Program to Print the Following Series 1,2,4,7,11,16,…100 (6:44)
Write a Program to Print Result of inputted Base & Power (10:41)
Write a Program to Print Perfect Numbers till 100 (11:15)
Write a Program to Print Strong Numbers Till 1000 (19:23)
Write a Program to Develop Fast-Food Menu Application(Generate orders till the user says Yes) (16:31)
Aadhar Number Validation Example (7:55)
Write a Program to Print the Following Number Patterns (10:07)
4.Arrays Examples
Write a Program to Display Array of 10 Elements in Reverse Order (7:36)
Program to Read Array of N Elements, Calculate Total & Average. (15:30)
Write a Program Fill the Array of 10 Elements with Prime Numbers (7:38)
Write a Program to fill the Array of 10 elements Odd Index With Even Numbers & Even Index With Odd Numbers (5:03)
Write a program to fill the Array of N Elements with Random Numbers, Display Even no’s and odd’s Numbers Separately with their Index numbers. (11:53)
Write a Program to Read Two Arrays, add them and store the Result in 3rd array (Note: Array Size is 5) (13:02)
Write a Program to Read Two Arrays, add them and store the Result in 3rd array (Note: Add 1st element of First Array with Last Element of Second Array and so on,,,,) (12:43)
Write a Program to Copy all Elements of one array to another array (8:34)
Write a Program to Perform Linear Search on Array Containing Duplicate Elements (12:07)
Write a Program to Sort the Array of 10 Elements in Ascending order or Descending Order Based on users Choice (22:04)
Write a Program to Perform Binary Search on Array of N Elements (24:57)
Write a Program Find Minimum and Maximum Number from the Array of 10 Inputted Numbers (11:04)
Write a Program to Find Frequency of Each element from the Array of N Elements (22:59)
Write a Program to Insert a Element in the Array of N Elements (26:33)
Write a Program to Delete an from the Array of N Elements (18:08)
Write a Program to Generate 5 Students Marks Report using Arrays (11:36)
Write a Program to Read Array of 10 Elements and Count Number of digits of Each Element of the Array (6:48)
Write a Program to Add two Arrays (3*3) and store the Result in 3rd Array (18:06)
Write a Program to Perform Matrix Multiplication of Two Arrays of 3*3 Size (21:52)
Write a Program to Fill the Array of 5*4 Matrix, Even Rows with Odd Nos and Odd Rows with Evens Nos (6:10)
Write a Program to Search for an Element in 5*5 Matrix (12:40)
Write a Program to Print Diagonal Elements of a Square Matrix (5*5) (9:10)
Write a Program to Print Upper Triangle and Lower Triangle of 5*5 Array (11:33)
Program on Transpose of a Matrix (7:07)
Write a Program to Read Marks of 5 Subjects of 4 Semesters and Print Along with Total (13:50)
5.Strings Examples
Write a Program to Copy One String to Another String Without Using String Function (9:08)
Program to read a string with spaces and count number of capital letters, small letters, digits, Blank spaces and Special characters. (8:40)
Write a Program to Convert the Inputted String into Proper Case. (10:44)
Program to read a string and display each character in new line along with ASCII Codes (2:27)
Write a Program to Encrypt the Inputted Password or Program to print next occurrences of each character from the inputted string. (9:03)
Write a Program to Join two Strings and Store them in third String or Write a Program to Concatenate 2 Strings and Store them in 3rd String (7:14)
Write a Program to Print First Word from the Inputted String. (4:48)
Write a Program to Print Second Word from the Inputted String. (5:48)
Write a Program to Print Last Word from the Inputted String. (7:34)
Write a Program to Print Second Word from the Last from the Inputted String. (7:25)
Write a Program to Reverse the Inputted String. (6:04)
Write a Program to Check Whether the Inputted String is Palindrome or Not. (8:49)
Write a Program to Read a String and Print first Character of Each Word. (4:17)
Write a Program to Count Number of Vowels & Consonants from inputted the String. (7:42)
Write a Program to Find Length of the String Without White Spaces. (4:35)
Write a Program to Read two Passwords, Compare their Lengths, if Lengths are equal then Check for Similarities. (12:07)
Write a Program to Read a String and copy the String in new String, Vowels in Uppercase and Consonants in Lower case. (11:21)
Write a Program to Read a password and Check its Strength. (14:46)
Write a Program to Read Your Name and Print in Pyramid Format. (5:35)
Write a Program Find Position of a Given character in main String and Print all occurrences with index.(Or) Program to Print Frequency of a Inputted character in the main String (4:39)
Write a Program to Read user name and Password. Note: Password input should display stars **** (7:33)
6.Functions Examples
Write a Program to Check Whether the Inputted String is Palindrome or Not Using String Functions. (7:01)
Write a Program to Read Array of 10 Strings and Sort them in Ascending order. (8:54)
Write a Program to Read 10 Names and sort them based on their length (13:24)
Write a Program to Calculate Amount for the Inputted Rate & Quantity (9:14)
Write a Program to Read Marks of 3 Subjects and Calculate Total & Average Using functions. (8:58)
Write a Program to Find Biggest of two Numbers Using Functions. (4:37)
Write a Program to read a no and Increment its value by 1 using functions. (5:56)
Program to Check Whether the Inputted No is Prime or Not Using Functions. (7:20)
Program to Count number of Digits from the inputted number using functions. (6:24)
Program to Fill the Array of 10 Elements with Random Numbers and Count Number of Even & Odd Numbers (8:42)
Program to fill the array of 10 Elements with Random numbers and display odd numbers and even numbers separately with their indexes. (12:09)
Swapping of Two Numbers Using Global Declaration and Functions. (4:30)
Write a Program to Read 3 Numbers Using Function and Display (5:15)
Banking Menu Application using Functions (17:41)
Write a Program to Generate Following Report(Students Marks List) format using Functions (14:23)
Program to Convert inputted number from Decimal to Binary (10:06)
Program to check whether the inputted alphabet is vowel or consonant using chain of functions (11:04)
Write a Program to Sum of Natural Numbers Till N using Recursion. (8:33)
Write a Program to Find Factorial of Inputted No using Recursive Functions (8:24)
Write a Program to Convert Inputted No From Decimal to Binary using Recursion (8:07)
Write a Program to Find Area of Circle Using Macros (2:59)
Write a Program to Fill the Array of 10 elements with Random Numbers and Display from First to Last and Last to First Using Macros. (9:25)
7.Pointers Examples
Write a Program to Read 3 Numbers Using Functions and Display - Call By Reference (6:03)
Write a Program to Read Your Name and Print Each character along with its Memory Address (3:44)
Write a Program to Fill the Array of 10 Elements with Random Numbers and display the Array Elements by Passing Array address to a function. (7:11)
Write a Program to Read a String and Pass its address to Function & Display the same. (4:20)
Students Creativity & Requests
Write a Program to Read a String and Display Last Character of each word
Program to Print 3 Dimensional (3d) Cubiod
Write a program to Read Basic Salary, Allowances, and Deductions. Calculate Gross salary, Net Salary and Bonus.
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock