/ac-programming-languages

This repo will contain summaries and exercises of the advanced track programming languages taught at Codaisseur

Primary LanguageC#

ac-programming-languages

This repo will contain summaries and exercises of the advanced track programming languages taught at Codaisseur

Checkout one of the topics:

https://betanews.com/wp-content/uploads/2016/11/C-language.jpg

A procedural language is a type of computer programming language that specifies a series of well-structured steps and procedures within its programming context to compose a program. It contains a systematic order of statements, functions and commands to complete a computational task or program. In this class, we'll look at C as a procedural language.

C#

C# is a general purpose and object oriented programming language that is widely used in a variety of software. We will discuss the C# and .NET basics and discover 2 important data structures in computing: the stack and the queue.