Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Misc
7.7K+ articles
Difference Between
3.1K+ articles
C#
2.0K+ articles
Programming Language
336+ articles
CSharp-Basics
39+ articles
CSharp Operators
5+ articles
CSharp-keyword
31 posts
Recent Articles
var keyword in C#
Last Updated: 05 September 2025
In C#, the var keyword is used for implicit type declaration.When you declare a variable with var, the compiler infers the type based on the value assigned to it at compil...
read more
C#
CSharp-keyword
uint keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. uint is a keyword that is used to declare a variable whi...
read more
C#
CSharp-keyword
int Keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. int is a keyword that is used to declare a variable whic...
read more
C#
CSharp-keyword
ulong keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. ulong is a keyword that is used to declare a variable wh...
read more
C#
CSharp-keyword
long keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. long is a keyword that is used to declare a variable whi...
read more
C#
CSharp-keyword
ushort keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. ushort is a keyword that is used to declare a variable w...
read more
C#
CSharp-keyword
short keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. short is a keyword that is used to declare a variable wh...
read more
C#
CSharp-keyword
void Keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. void is a keyword, it is a reference type of data type a...
read more
C#
CSharp-keyword
double Keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. It is a keyword that is used to declare a variable that ...
read more
C#
CSharp-keyword
float keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. float is a keyword that is used to declare a variable wh...
read more
C#
CSharp-keyword
sbyte Keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. SByte is a keyword that is used to declare a variable th...
read more
C#
CSharp-keyword
bool Keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. bool is a keyword that is used to declare a variable whi...
read more
C#
CSharp-keyword
char keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. char is a keyword that is used to declare a variable whi...
read more
C#
CSharp-keyword
decimal keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions.decimal is a keyword that is used to declare a variable t...
read more
C#
CSharp-keyword
byte Keyword in C#
Last Updated: 15 July 2025
Keywords are the words in a language that are used for some internal process or represent some predefined actions. byte is a keyword that is used to declare a variable whi...
read more
C#
CSharp-keyword
1
2
3