NVR interview question

Identify which of these variables are reference or value types: string, int, decimal, date

Interview Answer

Anonymous

29 Nov 2016

Reference: String, decimal Value: int, date I think...