විචල්‍ය සහ දත්ත වර්ග | Variables,constants & data types | C programming සිංහල Tutorial Episode 10

Channel:
Subscribers:
18,100
Published on ● Video Link: https://www.youtube.com/watch?v=q7aHTrUT7ZI



Counter-Strike: Source
Category:
Tutorial
Duration: 24:32
85 views
6


#variables #c #cprogramming #kuppiya #coding

Welcome To SL Android Youtube Channel 👋

💢 Disclaimer 💢

SL ANDROID channel doesn't promote & encourage any illegal activities, SL ANDROID YouTube channel all contents only provided by education purpose only. Thanks for watching.

⭕ What is variables ⭕

In C programming, a variable is a named memory location that stores a value or data. It's used to store values that can be changed during program execution. Variables are essential components of C programs, and they provide a way to manipulate data and perform various operations.
To use a variable in C, you must declare it first. The declaration specifies the variable's data type, name, and optionally, an initial value. The most commonly used data types in C include int, char, float, and double.
Variables in C can be used in mathematical expressions, conditional statements, loops, and functions. They play a critical role in storing and manipulating data in C programs.

⭕ What is constant variables ⭕

In C programming, a constant variable is a type of variable whose value cannot be changed during the execution of the program. Once a constant variable is declared and assigned a value, it cannot be modified throughout the rest of the program's execution.
In C, constants are typically defined using the keyword const followed by the data type and the variable name.

The values of constant variables are typically determined at compile-time and are stored in read-only memory. This means that the program cannot modify the value of the constant variable during runtime.
Using constant variables can make your program more robust and easier to maintain, as it ensures that important values are not accidentally changed. Additionally, using constants can make your code more readable and understandable, as it provides a clear indication of the values used in the program.

⭕ What is constant variables ⭕

In C programming, data types refer to the classification or categorization of data items. Data types specify the size and type of values that can be stored in variables. C has four categories of data types:

Basic or Primitive Data Types: These are the most fundamental data types in C, and they represent simple values. The basic data types in C are integer, character, floating-point, and double-floating-point.

✔ Derived Data Types: These data types are derived from the basic data types and include arrays, structures, and unions.

✔ Enumeration Data Types: These data types are user-defined data types that represent a set of named integer constants.

✔ Void Data Type: This data type is used to indicate the absence of a value. It is often used as a function return type or as a function parameter type to indicate that the function does not return any value.

###################################################################################################################################

📛Follow Us On Facebook Page
https://www.facebook.com/SLAndroidD/

📛Join Facebook Group
https://www.facebook.com/groups/277920623081269/

📛Join Telegram Channel
https://t.me/SL_Android

📛Follow Us On Instagram
https://www.instagram.com/sl_android_official/


KEYWORDS : source code, SL, Android ,graphics programming, turtle graphics library, educational coding, creative coding, 2D graphics, visual arts, graphics design, code tutorial, programming basics, Android development, project source code,learn to code, beginner programming, code


#cprogramming #ccoding #coding #python #oop #programmingconcepts #termux #linux #codingforbiginers #cprogrammingatoz #formatspecifiers #variables #functions #codecamp #sinhalencoding #programmingsinhala #a/kuppiya #kuppiya #programmingkuppiya #machinelearning #uidesign #uxdesign #AI #programmingbasics #codeoptimization #softwaredevelopmentprocess #programmingpractice #softwaredevelopmentbestpractices #educationalgames #codingchallenges #softwaredevelopmentmethodologies #codingpractices #softwaredevelopmentprinciples #softwaredevelopmenttechniques #softwaredevelopmenttoolsandtechnologies #HTML #CSS #JavaScript #C++11 #C++14 #C++17 #Spring #Hibernate #javafx #Android #Java

𝗔𝗹𝗹 𝗥𝗶𝗴𝗵𝘁𝘀 𝗥𝗲𝘀𝗲𝗿𝘃𝗲𝗱 © 𝗖𝗼𝗽𝘆𝗿𝗶𝗴𝗵𝘁𝗲𝗱 | 𝗦𝗟 𝗔𝗻𝗱𝗿𝗼𝗶𝗱 | 𝗦𝗶𝗻𝗰𝗲 𝟮𝟬𝟭𝟴




Other Videos By SL Android


2023-06-11Assignment Operators in C Programming | C Programming සිංහල Tutorial Episode 19 | SL Android
2023-06-09Conditional Operator in C Programming | C Programming සිංහල Tutorial Episode 18 | SL Android
2023-05-28HONOR X7a Smartphone Quick Review | SL Android #shorts #smartgadgets #smartphone
2023-05-28Unary Operators in C Programming | C Programming සිංහල Tutorial Episode 17 | SL Android
2023-05-21Logical Operators in C Programming | C Programming සිංහල Tutorial Episode 16 | SL Android
2023-05-19Equality Operators in C Programming | C Programming සිංහල Tutorial Episode 15 | SL Android
2023-05-18Relational operators in C Programming | C Programming සිංහල Tutorial Episode 14 | SL Android
2023-05-17Arithmetic operators in C Programming | C Programming සිංහල Tutorial Episode 13
2023-05-15Scanf Function in C Programming | C programming සිංහල Tutorial Episode 12 | SL Android
2023-05-13Format Specifiers ගැන දැන ගනිමු | Format Specifiers | C programming සිංහල Tutorial Episode 11
2023-04-26විචල්‍ය සහ දත්ත වර්ග | Variables,constants & data types | C programming සිංහල Tutorial Episode 10
2023-04-25Comments & keywords ගැන දැනගනිමු | Comments & keywords in C programming සිංහල Tutorial Episode 09
2023-04-20කටහඬින් ඔයාගෙ iphone එක unlock කරමුද | cool iphone trick you never seen before #trending #slandroid
2023-04-19Printf function in C | C Programming සිංහල Tutorial Episode 08 |SL Android #trending #cprogramming
2023-04-18Realme 10 pro plus Smartphone quick Review 2023 | #trending #slandroid #reels #review
2023-04-18Tik Tok එකට Full HD විදියට වීඩියෝ upload කරන විදිය | How to upload HD Tik Tok videos now in android
2023-04-18ඔයා මේ වගේ Transparent phone එකක් මීට කලින් දැකලා තියෙද බලන්න | Transparent smartphone 2023
2023-04-12Poco phone තියෙන අයට සුපිරිම trick එකක් | Did you know this cool feature on poco ? 😍
2023-04-12Escape Sequences in C programming සිංහලෙන් | C Programming Tutorial Episode 07 | SL Android
2023-03-16How to code your first program & What is coding ? | C Programming Tutorial Episode 06 | SL Android
2023-02-27How to install Code Blocks IDE on Windows | C Programming Tutorial Episode 05 | SL Android



Tags:
programming
coding
c programming sinhala
c sinhala tutorial
structured programming sinhalen
variables & data types in c
data types in c programming
constants in c programming
c tutorial for biginers
c programming tutorial for legends
c advanced tutorial
c programming concepts
code camp sri lanka
hacker rank c coding
basic c programming
a to z c programming
full tutorial sinhala
variable naming
how to learn programming
kuppiya
programming asmr
c language



Other Statistics

Counter-Strike: Source Statistics For SL Android

There are 2,476 views in 6 videos for Counter-Strike: Source. About an hours worth of Counter-Strike: Source videos were uploaded to his channel, or 3.92% of the total watchable video on SL Android's YouTube channel.