What is the default value of guid in c#?



What is the default value of guid in c#?..

Answer / Juned Ahmad

The default value for a GUID (Globally Unique Identifier) in C# is a new, randomly generated GUID that consists of 32 hexadecimal digits separated by hyphens and formatted as follows: xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain circular reference in c#?

1 Answers  


Explain About .Net remoting

1 Answers   Digital GlobalSoft,


What do multicast delegates mean?

1 Answers  


Explain the difference between Response.Write () and Response.Output.Write ().

1 Answers   Atos, Atos Origin,


I want to print "Hello" even before main() is executed. How will you achieve that?

1 Answers   DELL,


What is the gac, and where is it located?

1 Answers  


what r arraylist? what the use of Hashtables?

4 Answers  


Explain the Scope of public/private/friend/protected/protected friend.

1 Answers   Rigel Networks, Wipro,


hi , how could i analyse a text the user added on a site to look for some words like "car" "shouffere" .. and then i can use that information in addition to other information to make a decision about the adds im going to to show on the site.

1 Answers  


What is Delegate and what is it used for ?

1 Answers   NA,


What is super class in c#?

1 Answers  


What is the difference between readkey and readline in c#?

1 Answers  


Categories