TipsMake
Newest

Program - Page 9

Learn basic programming with C, C++, Python, JavaScript, PHP, CSS, HTML5 programming languages. You can also find tutorials on databases, SQL Server here.

Basic data types in Python
17 October 2023

Basic data types in Python

How are data types in Python: string, number, list, tuple, set and dictionary used? Let's find out with TipsMake.com.com!

DROP TABLE or DELETE TABLE command in SQL
17 October 2023

DROP TABLE or DELETE TABLE command in SQL

Deleting tables in SQL is used quite a lot. This term is also known as drop table in SQL. Here's everything you need to know about deleting tables in SQL.

Expressions in SQL
17 October 2023

Expressions in SQL

An expression is a combination of one or more values, operators, and SQL functions that evaluate to a value. These SQL expressions are like formulas and they are written in query

Basic SQL syntax
17 October 2023

Basic SQL syntax

SQL has a set of rules and instructions called Syntax (syntax). This article will quickly list for you the basic SQL syntax.

Overview of SQL
17 October 2023

Overview of SQL

SQL is a language for working with databases that includes many operations such as creating databases, deleting, extracting data, modifying data, etc. SQL has many versions.

Enumeration (enum) in C
17 October 2023

Enumeration (enum) in C

What is enumeration (enum) in C? How to use Enum in C? Let's find out with TipsMake.com.com!

Switch in C
17 October 2023

Switch in C

Instead of writing multiple if..else statements, you can use the switch statement in C. The Switch statement in C selects one of many blocks of code to be executed.

Boolean in C
17 October 2023

Boolean in C

Boolean, also known as bool in C, is an element that you must know when using this programming language. Here's everything you need to know about Boolean in C.

If ... Else in C
17 October 2023

If ... Else in C

What is the If … Else condition in C? What is the meaning and usage of If Else statement in C? Let's find out with TipsMake.com.com!

How to use math functions in C#
17 October 2023

How to use math functions in C#

The Math class contains many different mathematical functions. They include functions related to decimal rounding, trigonometry, powers, and square roots. Below is a list of some