The Mindluster Platform offers a course on C Programming, which is foundational for learning other programming languages. The course includes 26 lessons covering various topics such as basic arithmetic operations, string manipulation, and array handling. Additionally, related courses in other programming languages and frameworks are available.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
0 views
C Programming Assignments Course Content
The Mindluster Platform offers a course on C Programming, which is foundational for learning other programming languages. The course includes 26 lessons covering various topics such as basic arithmetic operations, string manipulation, and array handling. Additionally, related courses in other programming languages and frameworks are available.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Mindluster Platform
About the course C Programming Assignments
C programming is considered as the base for other programming languages, that is why it is known as mother language. C is highly portable and is used .
Programming Category's Courses
Course Lesson(26) Lesson 1 : Introduction
Lesson 2 : Hello World
Lesson 3 : Addition of two Number
Lesson 4 : Average of Three Numbers
Lesson 5 : Divide a sum of two numbers by their difference
Lesson 6 : Calculate Net Salary
Lesson 7 : Find given number is even or odd
Lesson 8 : Program to Calculate an Air Ticket after Discount
Lesson 9 : Award grade to student
Lesson 10 : Program that perform depending upon the user choice
Lesson 11 : Calculate factorial
Lesson 12 : First Ten Even Natrual Numbers
Lesson 13 : First n Natural Numbers
Lesson 14 : Smallest Divisor of a number
Lesson 15 : First 20 Natural number skipping the number divisible by 5
Lesson 16 : Enter 10 Numbers and Print them using array
Lesson 17 : Find Largest number among 10 Numbers
Lesson 18 : Search an Element in given list of element using linear search
Lesson 19 : Find string length using strlen function
Lesson 20 : Copy first string onto second string using strcpy function
Lesson 21 : Compare two string using strcmp function
Lesson 22 : Append two strings
Lesson 23 : Convert string into lower case using inbuilt function
Lesson 24 : Reverse String using strrev function
Lesson 25 : Sum of Integer Array in C Programming Hindi
Lesson 26 : Average of an Integer Array in C Programming Hindi