.Net Dynamic Programming Interview Questions and Answers for Freshers and Experience Part-2
7. What is the difference between dynamic and var data types? The difference between the var and dynamic data types is that the var data type is strongly type checked at the compile time; whereas, the dynamic data type is…
Read More