The GATE Learner
The GATE Learner
  • 292
  • 116 993
L-12Unary Operator in C | C Programming Beginner | Postfix & Prefix Increment & Decrement operators
Unary operators are the operators that perform operations on a single operand to produce a new value.
Increment and Decrement Operators
The increment ( ++ ) and decrement ( - ) operators in C are unary operators for incrementing and decrementing the numeric values by 1 respectively.
Types of Increment and Decrement Operators in C
• Prefix Increment operator
• Prefix Decrement operator
• Postfix Increment operator
• Postfix Decrement operator
sizeof operator
Sizeof is a much-used operator in the C. It is a compile-time unary operator which can be used to compute the size of its operand.
Size of char: 1 bytes
#clanguage
#clanguageforbeginners
#exam
#cvariable
#unaryoperator
#clanguageintelugu
#programminglanguage
#class10th
#classyfreefire
#classicalmusic
#gate
#gate2025
#gateanalysisanddesignofalgorithm
#thegatelearner
#programminglanguage
Hello I am Mrs. shatabdi Mitra. I am gate net and also set exam qualified. The Gate Learner is a free online education platform for computer science and information technology students...
Also we prepared students for UGC/ GATE and other competitive exam and college and university exam ..
Please subscribe, like , comment, do sharing with other. And keep learning......
มุมมอง: 63

วีดีโอ

L-11 What is Operators in C | C Programming for Beginners | Unary , Binary & Ternary Operators in C
มุมมอง 10814 ชั่วโมงที่ผ่านมา
An operator in C can be defined as the symbol that helps us to perform some specific mathematical, relational, bitwise, conditional, or logical computations on values and variables. The values and variables used with operators are called operands. C language provides a wide range of operators that can be classified into 6 types based on their functionality: Arithmetic Operators Relational Opera...
L-10 Constants in C Language | Explain types of constants in C programming | What is C Programming ?
มุมมอง 94วันที่ผ่านมา
#clanguageforbeginners #clanguagefullcourseforGATE #cvariable #cat #cvariable #education #clanguageintelugu #clanguagetutorialforbeginners #class10th #clanguage #clanguagetutorialforbeginners #workingwithvariables #clanguage #thegatelearner #thegate #thegateacademy #theboys #class12 #class #gateexam2023 #gate2025 #cvariable Hello I am Mrs. shatabdi Mitra. I am gate net and also set exam qualifi...
L-9 Types of variable in C language | Local,Global & Static variables in C | Variables Types in C
มุมมอง 12114 วันที่ผ่านมา
Types of variable in C language | Local,Global & Static variable in C programming |Variables Types C Hello I am Mrs. shatabdi Mitra. I am gate net and also set exam qualified. The Gate Learner is a free online education platform for computer science and information technology students... Also we prepared students for UGC/ GATE and other competitive exam and college and university exam .. Please...
L-8What is a variable in C | C Programming for Beginners | Variable in C programming | Variable type
มุมมอง 9114 วันที่ผ่านมา
Variable is basically nothing but the name of a memory location that we use for storing data. We can change the value of a variable in C or any other language, and we can also reuse it multiple times. We use symbols in variables for representing the memory location- so that it becomes easily identifiable by any user. A variable in C is a memory location with some name that helps store some form...
L-7Data Type in C Language | What is Data Type in C language | C Language for Beginner | C Language
มุมมอง 10921 วันที่ผ่านมา
In the C programming language, a data type is a declaration that specifies the type and size of information that a variable will store. Data types also determine the methods used to process data elements and the types of operations that can be performed on them. #clanguageforbeginners #thegatelearner #exam #querylanguage #clanguagetutorialforbeginners #clanguageintelugu #clanguage #programmingl...
GATE previous year Question in C language || C Language Tutorial for Beginner With The Gate Learner
มุมมอง 106หลายเดือนก่อน
Tokens are the basic building blocks of a C program. A token is a sequence of characters that represents a specific element in the program, such as a keyword, variable, operator, or punctuation symbol. C language has six types of tokens: keywords, identifiers, constants, operators, special symbols, and strings. #automobile #clanguageforbeginners #clanguagetutorialforbeginners #querylanguage #co...
L-6What is Tokens, Keyword, Identifier, Strings, Operator, Constant in C |C Programming for Beginner
มุมมอง 1242 หลายเดือนก่อน
What is Tokens, Keywords, Identifier, Strings, Operators, Constants in C |C Programming for Beginner #clanguageforbeginners #howtocreatetableinhtml #keycoding #clanguage #clanguagetutorialforbeginners #computerlanguage #programminglanguage #javascripttutorial #javaprogramming #javaforbeginners #pythonprogramming #pythonforbeginners #pythonstatus #python编程 #pythonprojects #clanguagetutorialintel...
L- 5 What is keyword in C programming | Keywords and Identifiers | C Language Tutorial for Beginners
มุมมอง 702 หลายเดือนก่อน
C Language Tutorial for Beginners. In C programming, keywords are reserved words with specific meanings that are used to write programs. They are an important part of the language and must be understood before writing programs in C. Keywords are used in the syntax and cannot be used as variable names or identifiers. #clanguageforbeginners #whatsappstatus #clanguage keyword in C programming #pro...
L-4 Keyword's in C language Part 2 | Keywords in C | Identifier in C | C Language for Beginners
มุมมอง 1122 หลายเดือนก่อน
All C keywords Programming data types How to declare a variable in C What is variable in C Global variable in C Constants in C Static variable in C Variable declaration and definition in C Variable declaration in C rules Local variable in C Data types in C Variable in C example Declaration of variable in C Variable in C in Hindi What are the types of variables in C? What is a variable data type...
L-3 Keywords in C | C Language Tutorial for Beginners | What is keyword | Keyword in C language in
มุมมอง 643 หลายเดือนก่อน
Keywords in C | C Language Tutorial for Beginners | What is keyword | Keyword in C language in hindi In C programming, keywords are reserved words that have a special meaning and cannot be used for any other purpose. They form the basic building blocks of the C language. auto - Automatic storage duration. break - Exits from a loop or switch statement. case - Defines a branch in a switch stateme...
L-2 C Comment | Comment in C Language| Single Line & Multi Line comment |Types Of Comment In C
มุมมอง 813 หลายเดือนก่อน
C Comment | Comment in C Language| Single Line & Multi Line comment | Types Of Comment In C Language The comments in C are human-readable explanations or notes in the source code of a C program. A comment makes the program easier to read and understand. These are the statements that are not executed by the compiler or an interpreter. In C there are two types of comments in C language: Single-li...
L-1 C Programming | Learn C Programming | C Language Tutorial for Beginners With The Gate Learner
มุมมอง 1734 หลายเดือนก่อน
C Programming | Learn C Programming | C Language Tutorial for Beginners With The Gate Learner C is a general-purpose programming language created by Dennis Ritchie at the Bell Laboratories in 1972. It is a very popular language, despite being old. The main reason for its popularity is because it is a fundamental language in the field of computer science. C is strongly associated with UNIX, as i...
TCL Command in SQL| DQL Command | Using COMMIT, ROLLBACK ,SAVEPOINT ,SELECT commands in MySQL| DBMS
มุมมอง 1574 หลายเดือนก่อน
TCL Command in SQL| DQL Command | Using COMMIT, ROLLBACK ,SAVEPOINT ,SELECT commands in MySQL| DBMS
What is DML in SQL? DDL Commands in SQL | Oracle Database | All Types of SQL Commands with Example
มุมมอง 1494 หลายเดือนก่อน
What is DML in SQL? DDL Commands in SQL | Oracle Database | All Types of SQL Commands with Example
DDL COMMAND IN SQL | Practical implementation of ddl command | Oracle Database| DDL, DML, Commands
มุมมอง 1655 หลายเดือนก่อน
DDL COMMAND IN SQL | Practical implementation of ddl command | Oracle Database| DDL, DML, Commands
Commands in SQL | Oracle Database | DDL, DML, DQL, DCL, TCL Commands in SQL| All Points of SQL
มุมมอง 1245 หลายเดือนก่อน
Commands in SQL | Oracle Database | DDL, DML, DQL, DCL, TCL Commands in SQL| All Points of SQL
Equi Join in SQL | Difference between Equi Join & Natural Join in SQL | Equi Join with Example
มุมมอง 1645 หลายเดือนก่อน
Equi Join in SQL | Difference between Equi Join & Natural Join in SQL | Equi Join with Example
Natural Join operation with Example | NATURAL JOIN in SQL / Natural Join Explained
มุมมอง 1666 หลายเดือนก่อน
Natural Join operation with Example | NATURAL JOIN in SQL / Natural Join Explained
SELF JOINS Tutorial for beginners | Most Asked Interview Question | Self Join operation with Example
มุมมอง 2736 หลายเดือนก่อน
SELF JOINS Tutorial for beginners | Most Asked Interview Question | Self Join operation with Example
GATE Previous YEAR Question on Shortest Seek Time First in Operating system /GATE Question on OS
มุมมอง 487 หลายเดือนก่อน
GATE Previous YEAR Question on Shortest Seek Time First in Operating system /GATE Question on OS
Full Join SQL | What is Full Join in SQL | Full Join operation with Example | What is Join in DBMS
มุมมอง 2907 หลายเดือนก่อน
Full Join SQL | What is Full Join in SQL | Full Join operation with Example | What is Join in DBMS
Right Join SQL | What is Right Join in SQL | Right Outer Join operation with Example | What is Join
มุมมอง 1767 หลายเดือนก่อน
Right Join SQL | What is Right Join in SQL | Right Outer Join operation with Example | What is Join
Left Join SQL | What is Left Join in SQL | Left Outer Join operation with Example | What is Join
มุมมอง 767 หลายเดือนก่อน
Left Join SQL | What is Left Join in SQL | Left Outer Join operation with Example | What is Join
INNER JOIN in SQL | SQL INNER JOINS Tutorial for beginners | SQL INNER JOIN Queries with Examples
มุมมอง 1258 หลายเดือนก่อน
INNER JOIN in SQL | SQL INNER JOINS Tutorial for beginners | SQL INNER JOIN Queries with Examples
Complete SQL JOINS For Beginners | SQL JOIN Queries with Examples | Practice SQL Queries using JOINS
มุมมอง 2378 หลายเดือนก่อน
Complete SQL JOINS For Beginners | SQL JOIN Queries with Examples | Practice SQL Queries using JOINS
What is a Cryptographic Hashing Function with gate 2004 Question Solve | Hashing in data structure
มุมมอง 768 หลายเดือนก่อน
What is a Cryptographic Hashing Function with gate 2004 Question Solve | Hashing in data structure
What is a Cryptographic Hashing Function | Properties of Hash Functions | Hashing in data structure
มุมมอง 1289 หลายเดือนก่อน
What is a Cryptographic Hashing Function | Properties of Hash Functions | Hashing in data structure
What is Hashing With isro Question / Properties of Hash Functions /Cryptographic Hashing Function
มุมมอง 279 หลายเดือนก่อน
What is Hashing With isro Question / Properties of Hash Functions /Cryptographic Hashing Function
Logic Gates -AND, OR, NOT/ Logic Gates With ISRO previous year Question Solved / Digital Electronics
มุมมอง 1329 หลายเดือนก่อน
Logic Gates -AND, OR, NOT/ Logic Gates With ISRO previous year Question Solved / Digital Electronics

ความคิดเห็น