Author: 5 Minutes Engineering
2D Translation
Translation is one of the transformation technique in computer graphics, It simply try to reposition the point/line/polygon. ‘2D’ because here
Underfitting and Overfitting
First of all both underfitting and overfitting are not good characteristics of a machine learning model. So we go for
do while loop in C programming language
In the previous 2 posts we learned about for and while loop respectively, Now one question would be there in
While loop in C Programming Language
When we want to execute a set of statements or a block of code repeatedly till a particular condition is
For loop in C Language
When we want to execute a set of statements or a block of code repeatedly till a particular condition is
How to take User Input in C Programming Language
Add this line in the beginning of your code #include<stdio.h> to include standard input output header file. Use scanf() functionin
Continue readingHow to take User Input in C Programming Language
Variables and Data Types In C Programming Language
In simple words Variable is a name given to a memory area where we can store data. Using that name
Continue readingVariables and Data Types In C Programming Language
IaaS, PaaS and SaaS – Food Example
This food example provides a simple comparison between IaaS, PaaS and SaaS. Lets start will SaaS, So you simply order
Inside Test of Polygon – Odd Even Test
It is very important to know if a point is inside or outside the polygon before starting to fill the