DEV Community

Mirsoli Mirzaahmad õğli
Mirsoli Mirzaahmad õğli

Posted on • Edited on

2 2

Lesson 01 | Variables

C Variable Names

In C variable names must follow specific rules:

  • Names can only be composed of upper and lower case letters, numbers, and underscores.
  • The first character must be a letter (upper or lower case).
  • No keywords are allowed as the full name (int is not allowed but int_count would work).

Data Types in C

The main data types in C are: int, float, double, and char.

Setting Variables in C

Variables in C can be initialized with values at their declaration or have their values set later in the code.

Variable Casting in C

In C a variable can be cast explicitly or implicitly from one data type to another. They can then be used directly or stored in another variable.

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed
  • 2:34 --only-changed
  • 4:27 --repeat-each
  • 5:15 --forbid-only
  • 5:51 --ui --headed --workers 1

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️

Introducing RTABench

To meet the need for real-time analytics workloads, we developed RTABench, a benchmark designed to test databases with these specific requirements. RTABench focuses on essential query patterns such as joins, filtering, and pre-aggregations.