• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
Online Degrees
Careers
Log In
Join for Free
Coursera
Dartmouth College
C Programming: Using Linux Tools and Libraries - 7
  • About
  • Outcomes
  • Modules
  • Recommendations
  • Testimonials
  • Reviews
  1. Browse
  2. Computer Science
  3. Software Development

Discover new skills with $120 off courses from industry experts. Save now.

Dartmouth College

C Programming: Using Linux Tools and Libraries - 7

This course is part of C Programming with Linux Specialization

Rémi SHARROCK
Petra Bonfert-Taylor

Instructors: Rémi SHARROCK

Instructors

Instructor ratings

We asked all learners to give feedback on our instructors based on the quality of their teaching style.

5.0 (5 ratings)
Rémi SHARROCK
Rémi SHARROCK
Institut Mines-Télécom
7 Courses•27,254 learners
Petra Bonfert-Taylor
Petra Bonfert-Taylor
Dartmouth College
7 Courses•27,254 learners

3,145 already enrolled

Included with Coursera Plus

•

Learn more

5 modules
Gain insight into a topic and learn the fundamentals.
4.7

(29 reviews)

Beginner level

Recommended experience

Recommended experience

Beginner level

We recommend to have completed the 6 first courses of the C programming with Linux Specialization

9 hours to complete
Flexible schedule
Learn at your own pace

5 modules
Gain insight into a topic and learn the fundamentals.
4.7

(29 reviews)

Beginner level

Recommended experience

Recommended experience

Beginner level

We recommend to have completed the 6 first courses of the C programming with Linux Specialization

9 hours to complete
Flexible schedule
Learn at your own pace
  • About
  • Outcomes
  • Modules
  • Recommendations
  • Testimonials
  • Reviews

What you'll learn

  • Use external libraries

  • Build an application from multiple source files

  • Automate the building process using makefiles

  • Pass and use arguments to the main function. Read from and write to files in C

Skills you'll gain

  • Embedded Systems
  • Operating Systems
  • Debugging
  • Application Development
  • File Systems
  • Command-Line Interface
  • Computer Programming
  • Linux
  • Software Installation
  • Program Development
  • Embedded Software
  • C (Programming Language)
  • Build Tools

Details to know

Shareable certificate

Add to your LinkedIn profile

Assessments

4 assignments

Taught in English

See how employees at top companies are mastering in-demand skills

Learn more about Coursera for Business
 logos of Petrobras, TATA, Danone, Capgemini, P&G and L'Oreal

Build your subject-matter expertise

This course is part of the C Programming with Linux Specialization
When you enroll in this course, you'll also be enrolled in this Specialization.
  • Learn new concepts from industry experts
  • Gain a foundational understanding of a subject or tool
  • Develop job-relevant skills with hands-on projects
  • Earn a shareable career certificate

There are 5 modules in this course

Learn how to use professional tools and libraries to write and build C programs within the Linux operating system.

This seventh and final course in the C Programming with Linux Specialization will allow you to develop and use your C code within the Linux operating system. Using libraries in C is a fundamental concept when it comes to sharing code with others. In addition to compiling and linking, you will also learn how to pass arguments to an executable program. As you embark on your future career as a programmer, you will be able to continue your coding adventures with professional coding environments used by C programmers around the world. Why learn C and not another programming language? Did you know that smartphones, your car’s navigation system, robots, drones, trains, and almost all electronic devices have some C-code running under the hood? C is used in any circumstance where speed and flexibility are important, such as in embedded systems or high-performance computing. At the end of this course, you will reach the last milestone in the C Programming with Linux Specialization, unlocking the door to a career in computer engineering. Your job Outlook: - Programmers, developers, engineers, managers, and related industries within scientific computing and data science; - Embedded systems such as transportation, utility networks, and aerospace; - Robotics industry and manufacturing; - IoT (Internet of Things) used in smart homes, automation, and wearables. - IEEE, the world’s largest technical professional organization for the advancement of technology, ranks C as third of the top programming languages of 2021 in demand by employers. (Source: IEEE Spectrum) This course has received financial support from the Patrick & Lina Drahi Foundation.

What's included

3 videos10 readings1 assignment3 discussion prompts

3 videos•Total 7 minutes
  • Welcome•1 minute
  • Learn how to use Weblinux•2 minutes
  • Learn how to use Taskgrader•3 minutes
10 readings•Total 61 minutes
  • Course syllabus•10 minutes
  • Two universities teamed up to offer a new specialization in C Programming with Linux•1 minute
  • The course team•5 minutes
  • Collaborative MOOC•1 minute
  • Earn a Professional Certificate from Dartmouth and IMT•2 minutes
  • Get the most out of this course•10 minutes
  • Pre-course survey•10 minutes
  • What is Taskgrader•2 minutes
  • Access to WebLinux•10 minutes
  • Learn how to post code on the Coursera forum•10 minutes
1 assignment•Total 10 minutes
  • Are you ready to start?•10 minutes
3 discussion prompts•Total 16 minutes
  • Introduce yourself•5 minutes
  • Learn how to post code on the Coursera forum•10 minutes
  • Technical, general, organisational and other questions•1 minute

By the end of Week 1, you will be able to effectively declare and define functions, as well as use external libraries (e.g. math, compression, image).

What's included

3 videos1 assignment3 app items

3 videos•Total 29 minutes
  • Distinguish between function declaration and function definition•8 minutes
  • Use the math library•14 minutes
  • Use multiple libraries in C•6 minutes
1 assignment•Total 5 minutes
  • Self-assess your learning in Libraries in C•5 minutes
3 app items•Total 60 minutes
  • Activity: distinguish between function declaration and function definition•20 minutes
  • Activity: use the math library•20 minutes
  • Activity: using the JPEG library•20 minutes

By the end of Week 2, you will be able to use preprocessor directives, build an application from multiple source files, and automate the building process using Makefiles.

What's included

9 videos1 assignment7 app items

9 videos•Total 67 minutes
  • GCC details•10 minutes
  • Object files•6 minutes
  • Modify object files•5 minutes
  • Make file•11 minutes
  • More elaborate Makefile•5 minutes
  • Run a program with Makefile•4 minutes
  • Create your library•12 minutes
  • Modify your library•6 minutes
  • Ultimate makefile•5 minutes
1 assignment•Total 5 minutes
  • Self-assess your learning in Modularization Libraries and Makefiles•5 minutes
7 app items•Total 140 minutes
  • Activity: Compiling•20 minutes
  • Activity: Linking•20 minutes
  • Activity: Super Image Project•20 minutes
  • Activity: Makefile practice•20 minutes
  • Activity: create and use a Makefile•20 minutes
  • Activity: create your library•20 minutes
  • Activity: Modify your library•20 minutes

By the end of Week 3, you will be able to pass and use arguments to the main function, read and use a file, write to a file, and install a profession C compiler.

What's included

6 videos1 assignment4 app items

6 videos•Total 49 minutes
  • Pass arguments to a program from the command line•6 minutes
  • Use arguments passed to a program from the command line•7 minutes
  • Read numbers from a file•8 minutes
  • Read until the end of the file•10 minutes
  • Write numbers to a file using fprintf()•7 minutes
  • Append numbers to a file at the end•8 minutes
1 assignment•Total 5 minutes
  • Self-assess your learning in File operations in C•5 minutes
4 app items•Total 80 minutes
  • Activity: pass numbers to a program from the command line•20 minutes
  • Activity: read numbers from a file•20 minutes
  • Activity: find the end of the file•20 minutes
  • Activity: write numbers to a file•20 minutes

What's included

1 video1 reading

1 video•Total 1 minute
  • Farewell•1 minute
1 reading•Total 10 minutes
  • End of course survey•10 minutes

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.

Instructors

Instructor ratings

Instructor ratings

We asked all learners to give feedback on our instructors based on the quality of their teaching style.

5.0 (5 ratings)
Rémi SHARROCK
Rémi SHARROCK
Institut Mines-Télécom
7 Courses•27,254 learners
Petra Bonfert-Taylor
Petra Bonfert-Taylor
Dartmouth College
7 Courses•27,254 learners

Offered by

Dartmouth College

Offered by

Dartmouth College

Founded in 1769, Dartmouth is a member of the Ivy League and consistently ranks among the world’s greatest academic institutions. Dartmouth has forged a singular identity for combining its deep commitment to outstanding undergraduate liberal arts and graduate education with distinguished research and scholarship in the Arts and Sciences and its four leading graduate schools—the Geisel School of Medicine, the Guarini School of Graduate and Advanced Studies, Thayer School of Engineering, and the Tuck School of Business.

Institut Mines-Télécom

Offered by

Institut Mines-Télécom

Institut Mines-Télécom is a public institution dedicated to higher education, research and innovation in engineering and digital technologies. Always attentive to the economic world, IMT combines strong academic legitimacy, close corporate relations. It focuses on key transformations in Digital Technologies, Production, Energy and Ecology and trains the engineers, managers and PhDs who will be tomorrow’s players in these key changes of the 21st century. Its activities are conducted in Mines and Télécom graduate schools under the aegis of the Minister for Industry and Electronic Communication, one subsidiary school and three strategic partners. The IMT’s schools rank among the leading graduate schools in France.

Explore more from Software Development

  • Status: Free Trial
    Free Trial
    D

    Dartmouth College

    C Programming with Linux

    Specialization

  • Status: Free Trial
    Free Trial
    D

    Dartmouth College

    C Programming: Getting Started - 1

    Course

  • Status: Free Trial
    Free Trial
    D

    Dartmouth College

    C Programming: Pointers and Memory Management - 4

    Course

  • Status: Free Trial
    Free Trial
    D

    Dartmouth College

    C Programming: Language Foundations - 2

    Course

Why people choose Coursera for their career

Felipe M.
Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Learner reviews

4.7

29 reviews

  • 5 stars

    86.20%

  • 4 stars

    6.89%

  • 3 stars

    3.44%

  • 2 stars

    0%

  • 1 star

    3.44%

Showing 3 of 29

S
SR
4

Reviewed on Feb 25, 2023

the specialization is good, Thanks! but I don't remember any assignment or lesson on function pointers which is very important for c programmers.

S
SL
5

Reviewed on Mar 29, 2023

Good course. Hope the assignment could be a little more chanllenge.

P
PP
5

Reviewed on Jul 28, 2022

The material in all the 7 courses was well explained. Easy to follow.

View more reviews
Coursera Plus

Open new doors with Coursera Plus

Unlimited access to 10,000+ world-class courses, hands-on projects, and job-ready certificate programs - all included in your subscription

Learn more

Advance your career with an online degree

Earn a degree from world-class universities - 100% online

Explore degrees

Join over 3,400 global companies that choose Coursera for Business

Upskill your employees to excel in the digital economy

Learn more

Frequently asked questions

To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.

When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.

If you subscribed, you get a 7-day free trial during which you can cancel at no penalty. After that, we don’t give refunds, but you can cancel your subscription at any time. See our full refund policy.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

More questions

Visit the learner help center

Financial aid available,

Coursera Footer

Technical Skills

  • ChatGPT
  • Coding
  • Computer Science
  • Cybersecurity
  • DevOps
  • Ethical Hacking
  • Generative AI
  • Java Programming
  • Python
  • Web Development

Analytical Skills

  • Artificial Intelligence
  • Big Data
  • Business Analysis
  • Data Analytics
  • Data Science
  • Financial Modeling
  • Machine Learning
  • Microsoft Excel
  • Microsoft Power BI
  • SQL

Business Skills

  • Accounting
  • Digital Marketing
  • E-commerce
  • Finance
  • Google
  • Graphic Design
  • IBM
  • Marketing
  • Project Management
  • Social Media Marketing

Career Resources

  • Essential IT Certifications
  • High-Income Skills to Learn
  • How to Get a PMP Certification
  • How to Learn Artificial Intelligence
  • Popular Cybersecurity Certifications
  • Popular Data Analytics Certifications
  • What Does a Data Analyst Do?
  • Career Development Resources
  • Career Aptitude Test
  • Share your Coursera Learning Story

Coursera

  • About
  • What We Offer
  • Leadership
  • Careers
  • Catalog
  • Coursera Plus
  • Professional Certificates
  • MasterTrack® Certificates
  • Degrees
  • For Enterprise
  • For Government
  • For Campus
  • Become a Partner
  • Social Impact
  • Free Courses
  • ECTS Credit Recommendations

Community

  • Learners
  • Partners
  • Beta Testers
  • Blog
  • The Coursera Podcast
  • Tech Blog

More

  • Press
  • Investors
  • Terms
  • Privacy
  • Help
  • Accessibility
  • Contact
  • Articles
  • Directory
  • Affiliates
  • Modern Slavery Statement
  • Do Not Sell/Share
Learn Anywhere
Download on the App Store
Get it on Google Play
Logo of Certified B Corporation
© 2025 Coursera Inc. All rights reserved.
  • Coursera Facebook
  • Coursera Linkedin
  • Coursera Twitter
  • Coursera YouTube
  • Coursera Instagram
  • Coursera TikTok
Coursera

Welcome back

​
Your password is hidden
​

or

New to Coursera?


Having trouble logging in? Learner help center

This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.