Coder Social home page Coder Social logo

c-tutorial's Introduction

c-tutorial

This repo has all resources and road map to c programming .

Road map of c language

getting started

1.History of the language : (https://www.section.io/engineering-education/history-of-c-programming-language/)

2.Scope of this language : (https://www.codeavail.com/blog/uses-of-c-programming-language/)

3.Road map of this language:

1)Introduction to C Programming : The course will first teach you about program flow and how programming languages work with data, so that you can understand the basic architecture behind programming with C. The course then moves on to the most important elements of programming in C. These will include overviews and explanations of how to use crucial C functions, methods and routines. All of this will be outlined in clear and simple language and gone through in a step-by-step manner.

2)Fundamentals of Numbers, Variables and Arrays : This course begins by discussing numbers, variables and arrays when programming in C. You will look into the basics of signed and unsigned numbers, the basics of numeric overflow, fractional numbers in binary, and numeric data types in C. You will also study the basics of ASCII and the char data type as well as learn how numbers are encoded as characters in ASCII. This course will also discuss the maximum values for unsigned integers in C and the minimum and maximum values of signed integers.

3)Using Pointers, Constants and Strings : C is a powerful system programming language and is commonly used to programme operating systems such as Unix. With this course, you will learn that one of the main advantages of programming in C is that it allows the programmer to write directly to memory. This means that key constructs such as pointers, constants, and strings can be used within the memory in an efficient and machine-independent fashion. You will also look into the functions of the char pointer.

4)Statements and Logic : This course begins by discussing statements and logic when programming in C. You will look into conditional flow statements and the mechanisms for control flow statements. You will learn that control flow is the order in which individual statements, instructions, or function cells are executed within a piece of software. You will also learn how to implement a simple IF statement in C and look into the other functions of the IF statements and logical operators.

for more resources

๐Ÿ‘‰๐Ÿป https://alison.com/learning-path/c-programming

you tube tutorials

๐Ÿ‘‰๐Ÿป (https://youtu.be/Bz4MxDeEM6k)

๐Ÿ‘‰๐Ÿป (https://youtu.be/KJgsSFOSQv0)

c-tutorial's People

Contributors

arnav999 avatar pramukh8 avatar

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.