What is typeof undefined?



What is typeof undefined?..

Answer / Sumit Kumar

In C#, 'typeof' operator returns the Type object that represents a data type at runtime. However, 'undefined' does not exist in C#. It is a term from JavaScript.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a console device?

1 Answers  


Is there regular expression (regex) support available to c# developers?

1 Answers  


Y go for Interface? What is use of interface?

3 Answers  


Is string nullable in c#?

1 Answers  


Can you pass value types by reference to a method?

1 Answers  


Why main is static in c#?

1 Answers  


What is static classes?

1 Answers  


how to retrive a TextBox value in to Sql database using C# windows form application coding

3 Answers  


What is writeline?

1 Answers  


What to implement on my class Finalize or IDisposable

1 Answers   HCL,


Explain About Iunknown interface Queue

1 Answers   DELL,


Are structs value types c#?

1 Answers  


Categories