Dynamic memory In C we can reserve memory dynamically at runtime. In practice there are two types of memory: static memory managed by the compiler and dynamic memory managed by the programmer. When variables are defined, the compiler assigns them the necessary space depending on the type of the variable.…
Category: Courses
Courses category
Advanced C Course – Class 2
Variables and Pointers In this class we will see perhaps the most advanced functionality of the C language, pointers. In C we can define variables of a particular type that store values that we can access in our program e.g. int number = 2; In our program we…
Advanced C Course – Introduction
This course is the continuation of the course “Introduction to C programming. A practical approach” that you can follow through the Udemy platform by following the link https://www.udemy.com/introduccion-a-la-programacion-en-c In this course we will cover advanced topics in the C language such as pointers, memory management, structured programming, data structures…
Web Scraping Course for SEO – Class 15
Student course ebook Students must send one of the two tasks assigned to students (class 12 or 13) by email to evginformatica@gmail.com Once the task has been reviewed, I will send you a discount coupon to purchase into the shop the epub “Web Scraping for SEO with Python” I hope…
Web Scraping Course for SEO – Class 14
Analyze website for SEO Once the results of our website are obtained, we can analyze whether some necessary premises are fulfilled to position our website 1.- All the links on our website must be accessible You have to compare the number of real links on our website with the internal…