Zenler Player
Your course is loading. Hang tight.
C Programming Language Hands-On-Lab
Back to curriculum
0% Complete
0% Complete
Write a Program to Generate Bill Amount for the Inputted Price of two Products.
A Business Owner Wants to Know Total Sales of Two Months January and February,Write a Program to Print Total Sales
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.
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.
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.
Write a Program to Swap Values of Two Variables without using 3rd Variable - Logic 2
Write a Program to Swap Values of Two Variables without using 3rd Variable - Logic 3
Write a program to Read Basic Salary, Allowances, and Deductions. Calculate Gross salary, Net Salary and Bonus.
Write a Program to Convert the Temperature from Fahrenheit to Celsius - (GitHub)
Write a Program to Calculate Simple Interest
Write a Program to Read Gender of a Person and Display the Same. Note: Gender Should be M/F
Write a Program to Read Person Name and City in Which He Lives, and Display the Output As Below.
Write a Program, Which Asks the User to Introduce Themselves.
Write a Program to Read Three T/F Questions of Your Choice and Display the Answers as it is.
Write a Program to Convert inputted Lowercase character into uppercase.
Write a Program to Convert Inputted Rupees into Paise
Write a program to calculate electricity bill from the inputted last month and Present month reading.
Write a Program to Convert Inputted Rupees into Paise. Note: Declare PAISE as const Variable
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.
Write a Program to Read the Price of 1 Dozen Apples and Display the Price of 1 Apple
Write a Program to Print First Name and Last Name using Multiple printf() Functions
Write a Program to Check How Many Images can be attached while sending a mail
Write a Program to Accept Previous month Reading and Present month reading from the user, Calculate Bill Amount Based upon the Data Given Below.
Write a Program to Check whether the inputted year is leap year not.
Write Program to Read Name and Age of Two Persons and Display Elder Person Name.
Write a Program to Check Whether the Inputted Number is Positive or Negative or Neutral.
Write a Program to Accept Marks of Any 3 subjects of Your Choice and perform the following.
Write a Program to Print Discount & Actual Amount from the Given Details.
Write a Program to Read Basic Salary, Allowances, Deductions and Experience of an Employee and Perform the Following
South Central Railway Provides 50% Concession to its Passengers those who fulfills the following Eligibility Criteria.
Write a Program to Find Biggest of 4 Numbers.
Write a Program to read Two Numbers, Find Which is Biggest one and Check for Similarities also.
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.
Write a Program to Read Two Read Two Real Numbers, Print Their Sum and Absolute Difference
Write a Program to Read Names and Marks of 3 students, Display Who is the topper along with marks.
Write a Program to Prepare Electricity Bill from the following Data:
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".
Write a Program to Create a Menu of Programs and Run the Specific Program based on Choice using Switch Case.
Write a Program to Read ID and Passcode of an Employee and Validate the User using Nested Switch Case.
Write a Program to Check whether the inputted number is even or odd without using if condition.
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.
Write a Program to Print Even Numbers From 1 to 100 using while, do..while and for loops
Write a Program to Print Natural Numbers from N to 1 using for loop
Write a Program to Print Inputted Number, that Many times
Write a Program to Print Sum and Average of Inputted N Numbers
Write a Program to Print Table for Inputted Number from the given start point to end point
Write a Program to Check Whether the Inputted Mobile Number is Valid or Not
Write a Program to Read Date Of Birth from the user and Find the Lucky Number
Write a Program to Check Whether the inputted number is Palindrome or not
Example on Break Keyword - Program to Read 10 Numbers from the User and Find the SUM.
Example on Continue keyword - Write a program to Read 10 Numbers from the User and find SUM of Positive Numbers only.
Shopping Cart Example using break keyword
Shopping Cart Example using continue keyword
Write a Program to Print Armstrong numbers till 1000
Write a Program to Read Single input from the user till the user Enters 0 and Display report as Follows
Display all the factors of a Positive Integer With Count.
Write a Program to find 2nd Biggest Number from the Inputted N Numbers
Write a Program to Print ASCII Chart
Write a Program to Print the Following Series 1,2,4,7,11,16,…100
Write a Program to Print Result of inputted Base & Power
Write a Program to Print Perfect Numbers till 100
Write a Program to Print Strong Numbers Till 1000
Write a Program to Develop Fast-Food Menu Application(Generate orders till the user says Yes)
Aadhar Number Validation Example
Write a Program to Print the Following Number Patterns
Write a Program to Display Array of 10 Elements in Reverse Order
Program to Read Array of N Elements, Calculate Total & Average.
Write a Program Fill the Array of 10 Elements with Prime Numbers
Write a Program to fill the Array of 10 elements Odd Index With Even Numbers & Even Index With Odd Numbers
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.
Write a Program to Read Two Arrays, add them and store the Result in 3rd array (Note: Array Size is 5)
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,,,,)
Write a Program to Copy all Elements of one array to another array
Write a Program to Perform Linear Search on Array Containing Duplicate Elements
Write a Program to Sort the Array of 10 Elements in Ascending order or Descending Order Based on users Choice
Write a Program to Perform Binary Search on Array of N Elements
Write a Program Find Minimum and Maximum Number from the Array of 10 Inputted Numbers
Write a Program to Find Frequency of Each element from the Array of N Elements
Write a Program to Insert a Element in the Array of N Elements
Write a Program to Delete an from the Array of N Elements
Write a Program to Generate 5 Students Marks Report using Arrays
Write a Program to Read Array of 10 Elements and Count Number of digits of Each Element of the Array
Write a Program to Add two Arrays (3*3) and store the Result in 3rd Array
Write a Program to Perform Matrix Multiplication of Two Arrays of 3*3 Size
Write a Program to Fill the Array of 5*4 Matrix, Even Rows with Odd Nos and Odd Rows with Evens Nos
Write a Program to Search for an Element in 5*5 Matrix
Write a Program to Print Diagonal Elements of a Square Matrix (5*5)
Write a Program to Print Upper Triangle and Lower Triangle of 5*5 Array
Program on Transpose of a Matrix
Write a Program to Read Marks of 5 Subjects of 4 Semesters and Print Along with Total
Write a Program to Copy One String to Another String Without Using String Function
Program to read a string with spaces and count number of capital letters, small letters, digits, Blank spaces and Special characters.
Write a Program to Convert the Inputted String into Proper Case.
Program to read a string and display each character in new line along with ASCII Codes
Write a Program to Encrypt the Inputted Password or Program to print next occurrences of each character from the inputted string.
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
Write a Program to Print First Word from the Inputted String.
Write a Program to Print Second Word from the Inputted String.
Write a Program to Print Last Word from the Inputted String.
Write a Program to Print Second Word from the Last from the Inputted String.
Write a Program to Reverse the Inputted String.
Write a Program to Check Whether the Inputted String is Palindrome or Not.
Write a Program to Read a String and Print first Character of Each Word.
Write a Program to Count Number of Vowels & Consonants from inputted the String.
Write a Program to Find Length of the String Without White Spaces.
Write a Program to Read two Passwords, Compare their Lengths, if Lengths are equal then Check for Similarities.
Write a Program to Read a String and copy the String in new String, Vowels in Uppercase and Consonants in Lower case.
Write a Program to Read a password and Check its Strength.
Write a Program to Read Your Name and Print in Pyramid Format.
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
Write a Program to Read user name and Password. Note: Password input should display stars ****
Write a Program to Check Whether the Inputted String is Palindrome or Not Using String Functions.
Write a Program to Read Array of 10 Strings and Sort them in Ascending order.
Write a Program to Read 10 Names and sort them based on their length
Write a Program to Calculate Amount for the Inputted Rate & Quantity
Write a Program to Read Marks of 3 Subjects and Calculate Total & Average Using functions.
Write a Program to Find Biggest of two Numbers Using Functions.
Write a Program to read a no and Increment its value by 1 using functions.
Program to Check Whether the Inputted No is Prime or Not Using Functions.
Program to Count number of Digits from the inputted number using functions.
Program to Fill the Array of 10 Elements with Random Numbers and Count Number of Even & Odd Numbers
Program to fill the array of 10 Elements with Random numbers and display odd numbers and even numbers separately with their indexes.
Swapping of Two Numbers Using Global Declaration and Functions.
Write a Program to Read 3 Numbers Using Function and Display
Banking Menu Application using Functions
Write a Program to Generate Following Report(Students Marks List) format using Functions
Program to Convert inputted number from Decimal to Binary
Program to check whether the inputted alphabet is vowel or consonant using chain of functions
Write a Program to Sum of Natural Numbers Till N using Recursion.
Write a Program to Find Factorial of Inputted No using Recursive Functions
Write a Program to Convert Inputted No From Decimal to Binary using Recursion
Write a Program to Find Area of Circle Using Macros
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.
Write a Program to Read 3 Numbers Using Functions and Display - Call By Reference
Write a Program to Read Your Name and Print Each character along with its Memory Address
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.
Write a Program to Read a String and Pass its address to Function & Display the same.
1.Sequence Programming Examples
Write a Program to Generate Bill Amount for the Inputted Price of two Products.
Preview
A Business Owner Wants to Know Total Sales of Two Months January and February,Write a Program to Print Total Sales
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.
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.
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.
Write a Program to Swap Values of Two Variables without using 3rd Variable - Logic 2
Write a Program to Swap Values of Two Variables without using 3rd Variable - Logic 3
Write a program to Read Basic Salary, Allowances, and Deductions. Calculate Gross salary, Net Salary and Bonus.
Write a Program to Convert the Temperature from Fahrenheit to Celsius - (GitHub)
Write a Program to Calculate Simple Interest
Write a Program to Read Gender of a Person and Display the Same. Note: Gender Should be M/F
Write a Program to Read Person Name and City in Which He Lives, and Display the Output As Below.
Write a Program, Which Asks the User to Introduce Themselves.
Write a Program to Read Three T/F Questions of Your Choice and Display the Answers as it is.
Write a Program to Convert inputted Lowercase character into uppercase.
Write a Program to Convert Inputted Rupees into Paise
Write a program to calculate electricity bill from the inputted last month and Present month reading.
Write a Program to Convert Inputted Rupees into Paise. Note: Declare PAISE as const Variable
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.
Write a Program to Read the Price of 1 Dozen Apples and Display the Price of 1 Apple
Write a Program to Print First Name and Last Name using Multiple printf() Functions
Write a Program to Check How Many Images can be attached while sending a mail
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.
Preview
Write a Program to Check whether the inputted year is leap year not.
Write Program to Read Name and Age of Two Persons and Display Elder Person Name.
Write a Program to Check Whether the Inputted Number is Positive or Negative or Neutral.
Write a Program to Accept Marks of Any 3 subjects of Your Choice and perform the following.
Write a Program to Print Discount & Actual Amount from the Given Details.
Write a Program to Read Basic Salary, Allowances, Deductions and Experience of an Employee and Perform the Following
South Central Railway Provides 50% Concession to its Passengers those who fulfills the following Eligibility Criteria.
Write a Program to Find Biggest of 4 Numbers.
Write a Program to read Two Numbers, Find Which is Biggest one and Check for Similarities also.
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.
Write a Program to Read Two Read Two Real Numbers, Print Their Sum and Absolute Difference
Write a Program to Read Names and Marks of 3 students, Display Who is the topper along with marks.
Write a Program to Prepare Electricity Bill from the following Data:
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".
Preview
Write a Program to Create a Menu of Programs and Run the Specific Program based on Choice using Switch Case.
Write a Program to Read ID and Passcode of an Employee and Validate the User using Nested Switch Case.
Write a Program to Check whether the inputted number is even or odd without using if condition.
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
Write a Program to Print Natural Numbers from N to 1 using for loop
Write a Program to Print Inputted Number, that Many times
Write a Program to Print Sum and Average of Inputted N Numbers
Write a Program to Print Table for Inputted Number from the given start point to end point
Write a Program to Check Whether the Inputted Mobile Number is Valid or Not
Write a Program to Read Date Of Birth from the user and Find the Lucky Number
Write a Program to Check Whether the inputted number is Palindrome or not
Example on Break Keyword - Program to Read 10 Numbers from the User and Find the SUM.
Example on Continue keyword - Write a program to Read 10 Numbers from the User and find SUM of Positive Numbers only.
Shopping Cart Example using break keyword
Shopping Cart Example using continue keyword
Write a Program to Print Armstrong numbers till 1000
Write a Program to Read Single input from the user till the user Enters 0 and Display report as Follows
Display all the factors of a Positive Integer With Count.
Write a Program to find 2nd Biggest Number from the Inputted N Numbers
Write a Program to Print ASCII Chart
Write a Program to Print the Following Series 1,2,4,7,11,16,…100
Write a Program to Print Result of inputted Base & Power
Write a Program to Print Perfect Numbers till 100
Write a Program to Print Strong Numbers Till 1000
Write a Program to Develop Fast-Food Menu Application(Generate orders till the user says Yes)
Aadhar Number Validation Example
Write a Program to Print the Following Number Patterns
4.Arrays Examples
Write a Program to Display Array of 10 Elements in Reverse Order
Program to Read Array of N Elements, Calculate Total & Average.
Write a Program Fill the Array of 10 Elements with Prime Numbers
Write a Program to fill the Array of 10 elements Odd Index With Even Numbers & Even Index With Odd Numbers
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.
Write a Program to Read Two Arrays, add them and store the Result in 3rd array (Note: Array Size is 5)
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,,,,)
Write a Program to Copy all Elements of one array to another array
Write a Program to Perform Linear Search on Array Containing Duplicate Elements
Write a Program to Sort the Array of 10 Elements in Ascending order or Descending Order Based on users Choice
Write a Program to Perform Binary Search on Array of N Elements
Write a Program Find Minimum and Maximum Number from the Array of 10 Inputted Numbers
Write a Program to Find Frequency of Each element from the Array of N Elements
Write a Program to Insert a Element in the Array of N Elements
Write a Program to Delete an from the Array of N Elements
Write a Program to Generate 5 Students Marks Report using Arrays
Write a Program to Read Array of 10 Elements and Count Number of digits of Each Element of the Array
Write a Program to Add two Arrays (3*3) and store the Result in 3rd Array
Write a Program to Perform Matrix Multiplication of Two Arrays of 3*3 Size
Write a Program to Fill the Array of 5*4 Matrix, Even Rows with Odd Nos and Odd Rows with Evens Nos
Write a Program to Search for an Element in 5*5 Matrix
Write a Program to Print Diagonal Elements of a Square Matrix (5*5)
Write a Program to Print Upper Triangle and Lower Triangle of 5*5 Array
Program on Transpose of a Matrix
Write a Program to Read Marks of 5 Subjects of 4 Semesters and Print Along with Total
5.Strings Examples
Write a Program to Copy One String to Another String Without Using String Function
Program to read a string with spaces and count number of capital letters, small letters, digits, Blank spaces and Special characters.
Write a Program to Convert the Inputted String into Proper Case.
Program to read a string and display each character in new line along with ASCII Codes
Write a Program to Encrypt the Inputted Password or Program to print next occurrences of each character from the inputted string.
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
Write a Program to Print First Word from the Inputted String.
Write a Program to Print Second Word from the Inputted String.
Write a Program to Print Last Word from the Inputted String.
Write a Program to Print Second Word from the Last from the Inputted String.
Write a Program to Reverse the Inputted String.
Write a Program to Check Whether the Inputted String is Palindrome or Not.
Write a Program to Read a String and Print first Character of Each Word.
Write a Program to Count Number of Vowels & Consonants from inputted the String.
Write a Program to Find Length of the String Without White Spaces.
Write a Program to Read two Passwords, Compare their Lengths, if Lengths are equal then Check for Similarities.
Write a Program to Read a String and copy the String in new String, Vowels in Uppercase and Consonants in Lower case.
Write a Program to Read a password and Check its Strength.
Write a Program to Read Your Name and Print in Pyramid Format.
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
Write a Program to Read user name and Password. Note: Password input should display stars ****
6.Functions Examples
Write a Program to Check Whether the Inputted String is Palindrome or Not Using String Functions.
Write a Program to Read Array of 10 Strings and Sort them in Ascending order.
Write a Program to Read 10 Names and sort them based on their length
Write a Program to Calculate Amount for the Inputted Rate & Quantity
Write a Program to Read Marks of 3 Subjects and Calculate Total & Average Using functions.
Write a Program to Find Biggest of two Numbers Using Functions.
Write a Program to read a no and Increment its value by 1 using functions.
Program to Check Whether the Inputted No is Prime or Not Using Functions.
Program to Count number of Digits from the inputted number using functions.
Program to Fill the Array of 10 Elements with Random Numbers and Count Number of Even & Odd Numbers
Program to fill the array of 10 Elements with Random numbers and display odd numbers and even numbers separately with their indexes.
Swapping of Two Numbers Using Global Declaration and Functions.
Write a Program to Read 3 Numbers Using Function and Display
Banking Menu Application using Functions
Write a Program to Generate Following Report(Students Marks List) format using Functions
Program to Convert inputted number from Decimal to Binary
Program to check whether the inputted alphabet is vowel or consonant using chain of functions
Write a Program to Sum of Natural Numbers Till N using Recursion.
Write a Program to Find Factorial of Inputted No using Recursive Functions
Write a Program to Convert Inputted No From Decimal to Binary using Recursion
Write a Program to Find Area of Circle Using Macros
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.
7.Pointers Examples
Write a Program to Read 3 Numbers Using Functions and Display - Call By Reference
Write a Program to Read Your Name and Print Each character along with its Memory Address
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.
Write a Program to Read a String and Pass its address to Function & Display the same.
×
This is an unpublished lesson. This lesson will not be shown for students unless you set it as Public.
Back to Dashboard
No contents are available in this lesson!
No lessons available !
Back to Dashboard
Lesson contents locked
Enroll to unlock this lesson.
Enroll to unlock
Next Lesson