Giter VIP home page Giter VIP logo

c-programming-with-linux-specialization's Introduction

C-Programming-with-Linux-Specialization

Offered By DARTMOUTH COLLEGE and INSTITUT MINES-TÉLÉCOM

In this C Programming with Linux Specialization program of seven short courses, you will learn how to write, read and debug computer programs in the C programming language while also becoming familiar with the Linux operating system.

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.

C is a foundational programming language taught at engineering schools around the world, and represents one of the building blocks of modern computer information technology. Invented in the 1970’s. It is still one of the most stable and popular programming languages in the world.

Along with the C programming language comes Linux, an essential operating system used by most computer scientists and developers. Linux powers almost all supercomputers and most of the servers worldwide as well as all android devices and most internet of things devices. This Specialization will introduce the Linux command line and Linux tools for C programmers; both of which are must-have skills in today’s tech industries.

Our dedicated international course team is excited to introduce you to the world of coding and guide you along your path to becoming a skilled C programmer and help you pursue a career in computer engineering.

Applied Learning Project Beginners, even those without any programming experience, will be able to immediately start coding in C through our new coding tools within the web browser. No need to install anything!

You will practice through guided exercises and short coding demonstrations, as well as more elaborate assignments.

c-programming-with-linux-specialization's People

Contributors

thesavioureking avatar

Watchers

 avatar

Forkers

badyhn

c-programming-with-linux-specialization's Issues

8. Discover-the-effect-of-simple-looping-errors.c

Unfortunately, the code you mentioned didn't work :/
I know it may seem a bit dummy but I changed it to this and scored it worked:
#include <stdio.h>

int main(void) {
int i;
printf("+");
for (i = 0; i < 23; i++)
printf("-");
printf("+\n");
for (i = 0; i < 1; i++)
printf("| o | X | o | X | o | X | \n");
printf("\n");
printf("| X | o | X | o | X | o |");
printf("\n");
printf("| o | X | o | X | o | X | \n");
printf("\n");
printf("| X | o | X | o | X | o |");
printf("\n");
printf("| o | X | o | X | o | X | \n");
printf("\n");
printf("| X | o | X | o | X | o |");
printf("\n");
printf("+");
for (i = 0; i < 23; i++)
printf("-");
printf("+");
return(0);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.