Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
What is Nullable Types in C#?
Home
>
C Sharp
>
What is Nullable Types in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
Q:
What is Nullable Types in C#?
c#-nullable
nullable-in-c#
Answer
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Variable types does not hold null values so to hold the null values we have to use nullable types. So nullable types can have values either null or other values as well.
Eg: Int? mynullablevar = null;
Click here to read more about Loan/Mortgage
Click here to read more about Insurance
Many hands make light work, Share it here
Facebook
Twitter
LinkedIn
Reddit
Related questions
0
votes
Q: Why to use “Nullable Coalescing Operator” (??) in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
c#-nullable
nullable-in-c#
0
votes
Q: Null-coalescing assignment in C#
asked
Dec 8, 2019
in
Dot Net
by
Sinaya
c#-nullable
nullable-in-c#
0
votes
Q: Nullable reference types in C#
asked
Dec 8, 2019
in
Dot Net
by
Sinaya
0
votes
Q: what variable types can be assigned a value directly in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Q: What are the different types of constructors in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#constructor-types
#c-sharp-constructor-types
0
votes
Q: What are the collection types can be used in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
collection-types
0
votes
Q: What are the three types of Generic delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
generic-delegates-in-c#
generic-delegates
0
votes
Q: What are the types of delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
delegates-in-c#
0
votes
Q: What are reference types in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
c#-reference-types
reference-types-c#
0
votes
Q: What are value types in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
value-types-c#
c#-value-types
0
votes
Q: Which are the loop types available in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
loop-types
c#-loop-type
0
votes
Q: List out two different types of errors in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
c#-errors
c#-error
c-sharp-errors
c-sharp-error
0
votes
Q: Explain the types of comments in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
type-of-comments-in-c#
c#-comments
comments-c#
0
votes
Q: What is delegate in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#c-delegate
0
votes
Q: What is the difference between method overloading and method overriding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#method-overloading
0
votes
Q: What is the difference between dispose() and finalize() methods in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#dispose
#finalize-method
0
votes
Q: What is the difference between abstract class and interface in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#abstract-class
0
votes
Q: What is the difference between early binding and late binding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#c-binding
#class-binding
0
votes
Q: What is the lock statement in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#lock-statement
0
votes
Q: What is method overloading in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#c-sharp-method-overloading
0
votes
Q: What is Managed or Unmanaged Code in C#?
asked
Feb 18, 2020
in
C Sharp
by
rahuljain1
#c-sharp-unmanaged-code
0
votes
Q: What is an object in C#?
asked
Feb 18, 2020
in
C Sharp
by
rahuljain1
#c#-objective
0
votes
Q: What is the difference between a struct and a class in C#?
asked
Feb 16, 2020
in
C Sharp
by
rahuljain1
#c-sharp-struct
0
votes
Q: What is Boxing and Unboxing in C#
asked
Feb 16, 2020
in
C Sharp
by
rahuljain1
#c#-unboxking
+1
vote
Q: What is an Interface in C#?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
+1
vote
Q: What is an Abstract class in C#?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
+1
vote
Q: What is an Internal class in C#?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
+1
vote
Q: What is a Sealed class in C#?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
+1
vote
Q: What is Namespace in C#? Give example of in-built Namespace in .Net?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
0
votes
Q: What is Thread in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
thread-in-c#
...