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