Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 566 Bytes

Fundamental course of the C programming language : solved exercises

In this course we will learn about the following fundamentals with exercises solved in the most fundamental language:

  • Concept of data and Information;
  • Structure of a program. Exercises;
  • Types of data (Characters, Integers, Float Numbers);
  • Variables and Modifiers;
  • Data Input and Output;
  • Operators;
  • Sequencing;
  • Conditional statements;
  • Loops;
  • Arrays (Vectors and Matrices);
  • Pointers;
  • Dynamic memory allocation;
  • Functions.
  • Customized types (Typedef, Enum, Union, Struct)