Tutorials Logic, IN info@tutorialslogic.com

Search Command Center

Jump straight into tutorials, interview prep, tools, compilers, and career workflows.

Found 21 results for "variables"
Showing 1-15 of 21

All Results

Every matching page, sorted by relevance.

Variables in Java Local, Instance, Static
A variable is a named storage location used to hold a value while a Java program runs. Variables make programs readable because they let you describe data with meaningful names.
https://www.tutorialslogic.com/core-java/variables
Tutorial
C Variables Constants #define, const, scope
Use C Variables Constants #define, const, scope when you need predictable low-level control; prefer compiling with warnings and checking bounds before trusting the result.
https://www.tutorialslogic.com/c-language/variables-constants
Tutorial
C++ Variables, const, constexpr, auto, and Useful Comments
Declare C++ variables with clear ownership and mutability, distinguish const from constexpr, use auto carefully, and write comments that preserve decisions.
https://www.tutorialslogic.com/c-plus-plus/comments-and-variables
Tutorial
CSS Variables Custom Properties var
CSS variables, also called custom properties, let you name important design values such as colors, spacing, shadows, and component sizes.
https://www.tutorialslogic.com/css/css-variables
Tutorial
Golang Variables and Data Types: var, const, :=, string, int, bool
Learn Golang Variables, constants, short declarations, zero values, type inference, numeric types, strings, booleans, and conversions.
https://www.tutorialslogic.com/golang/variables-types
Tutorial
JavaScript Comments and Variables: const, let, var, and Scope
Write useful JavaScript comments and declare variables correctly with const, let, and var. Learn scope, reassignment, mutation, hoisting, naming rules, mistakes, and practical patterns.
https://www.tutorialslogic.com/javascript/comments-and-variables
Tutorial
PHP Data Types and Variables: Values, Conversion, and Inspection
Learn PHP variables, built-in value types, type inspection, conversion, null handling, and the difference between a missing value and a false value.
https://www.tutorialslogic.com/php/data-types-and-variables
Tutorial
Python Variables Data Types
Learn how Python comments document intent and how variables store values, change types, and follow clear naming rules in beginner programs.
https://www.tutorialslogic.com/python/comments-and-variables
Tutorial
TypeScript Variables: Type Inference, const, let and Annotations
Learn how TypeScript understands variables, when to add annotations, and how const, let, literals, and inference work together.
https://www.tutorialslogic.com/typescript/variables
Tutorial
Node.js Process, Environment Variables, Signals, and Shutdown
Configure and operate Node.js processes with argv, process.env, built-in .env support, exit codes, signals, standard streams, and graceful shutdown.
https://www.tutorialslogic.com/node-js/process-and-environment
Tutorial
Angular Template Syntax Binding Control Flow
Learn Angular template syntax with interpolation, bindings, control flow, template variables, pipes, events, and common template errors.
https://www.tutorialslogic.com/angular/template-syntax
Tutorial
Azure Containers: ACR, Container Apps, ACI, and AKS
Run containers with Azure Container Registry, Container Apps, AKS, managed identities, environment variables, and deployment revisions.
https://www.tutorialslogic.com/azure/containers
Tutorial
C Recursion Factorial, Fibonacci, Tower of Hanoi
Each recursive call gets its own stack frame with its own parameters and local variables. When a base case returns, calls unwind in reverse order.
https://www.tutorialslogic.com/c-language/recursion
Tutorial
C++ Operators Arithmetic, Logical, Bitwise
C++ operators are symbols or keywords that perform operations on values, variables, pointers, objects, and expressions.
https://www.tutorialslogic.com/c-plus-plus/operators
Tutorial
Cloud Run: Deploy, Scale, Secure, and Release Containers
Deploy serverless containers with revisions, services, environment variables, IAM, request autoscaling, concurrency, and traffic splitting.
https://www.tutorialslogic.com/google-cloud/cloud-run
Tutorial
Popular Topics
Browse Free Tutorials

Explore 500+ free tutorials across 20+ languages and frameworks.