Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
IntNull
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int? d = null; d = d - 1; if (d == null) { Console.WriteLine("null"); } else { Console.WriteLine(d); } } } }
run
|
edit
|
history
|
help
0
Today's work
SortRank
Fibonacci Numbers
a
Write a program to filter distinct items from the array
Imp
Delegate In C#
Project1
Prime no for specified max no by user(Using While Loop)
fracOp