
- Instructor: Deniz Pehlivanoglu
- Lectures: 94
- Students: 1450
- Duration: 10 weeks
C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which is also equally popular and most widely used among modern software programmers.
Free Certification
Academy Europe presents high-quality formal diplomas, certificates and e-certificates which are formal proof and recognition of accredited online courses. It shows all student’s abilities to learn and achieve high results and is very useful to promote personal career including with CVs, job applications and self improvements.
How can you get your certificate at Academy Europe?
- You must click “complete” link at the end of every lesson of your course after you finish them.
- When you finish all lessons of course, the “finish course” link is going to be active at the end of last lesson.
- When you click the “finish course” link, you will finish your course on Academy Europe officially. Then, “certificate” page of you completed course will be automatically active.
- You can see and download your certificate online after you click on your “certificate” link.
Audience
This course by Academy Europe is designed for software programmers with a need to understand the C programming language starting from scratch. This course will give you enough understanding on C programming language from where you can take yourself to higher level of expertise.
Prerequisites
Before proceeding with this course, you should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages will help you in understanding the C programming concepts and move fast on the learning track.
Curriculum
- 11 Sections
- 94 Lessons
- 10 Weeks
- Small & Simple Programs in C4
- General ProgramsThere are programs which we use in our routine, or say a programmer's routine. These programs are easy to understand and should help in understanding style of C programming. We shall see here some of these programs and some cool tricks.7
- Loop Examples in CThis segment is designed to give the learner an enhanced view of how loops work in c languages. We shall see simple loops like for, while and do-while, along with nested loops.8
- Patterns Examples in CThis section is full of examples that uses nested loops in a controlled manner. We may see that the outer loop is controlling the inner one etc. We have taken the simplest examples which are very common too.7
- Array Example Programs in CArray is a collection of homogenous data, arranged in sequential format. Learning the concept of arrays in C is very important as it is the basic data structure. Here, in this section, we shall look into some very useful array programs to give you insight of how C programming language deals with arrays.13
- 6.1Single Array Programs
- 6.2Program to print array in C
- 6.3Program to print reverse array in C
- 6.4Program to calculate sum of array in C
- 6.5Program to calculate average of array in C
- 6.6Program to find largest array element in C
- 6.7Second largest array element in C
- 6.8Program to find smallest array element in C
- 6.9Multi Array Programs
- 6.10Program to copy array in C
- 6.11Program to reverse copy array in C
- 6.12Program to divide array
- 6.13Array concatenation program in C
- String Programs in C1
- Basic ProgramsThese programs made specially to understand the basics of strings in C. These program deals with string as an array of characters.6
- Multi-string ProgramsThese programs has more than one string variables. These should give you an insight of how to work with multiple string variables in C programming language −5
- Long String ProgramsA sentence or a line can be considered as a long string. The following programs deals with the same concept2
- Mathematical Programs in CThis section has been developed to introduce some common mathematical problems that can be solved using c programming language.16
- 11.1Mathematical Programs in C
- 11.2Armstrong Number Program In C
- 11.3Prime Number Program In C
- 11.4Factorial Program In C
- 11.5Fibonacci Series Program In C
- 11.6Program To Calculate Average In C
- 11.7Program To Calculate Percentage In C
- 11.8Mean Program In C
- 11.9Median Program In C
- 11.10Mode Program In C
- 11.11Square Root Program In C
- 11.12Program To Find Cube In C
- 11.13Cube Root Program In C
- 11.14Permutation Program In C
- 11.15Program To Find HCF In C
- 11.16Program To Find LCM In C
- Linked List Programs in C25
- 12.1Linked List Programs in C
- 12.2Simple Linked List Program In C
- 12.3Print Linked List In Reverse
- 12.4Program to Find Linked List Size
- 12.5Program to Find Item in Linked List
- 12.6Program to Update Item in Linked List
- 12.7Program to Remove Item in Linked List
- 12.8Program to Combine Two Linked List
- 12.9Program to Split Linked List
- 12.10Circular Linked List Program In C
- 12.11Circular Linked List in Reverse Program In C
- 12.12Find Size of Circular Linked List In C
- 12.13Find Item in Circular Linked List In C
- 12.14Update Item in Circular Linked List In C
- 12.15Remove Item in Circular Linked List In C
- 12.16Combine Circular Linked List In C
- 12.17Split Circular Linked List In C
- 12.18Doubly Linked List Program In C
- 12.19Display Doubly Linked List In Reverse
- 12.20Size of Doubly Linked List In C
- 12.21Search Doubly Linked List In C
- 12.22Update data in Doubly Linked List
- 12.23Remove data from Doubly Linked List
- 12.24Combine Two Doubly Linked Lists
- 12.25Split Doubly Linked List