Answer Posted / yash
The default value of a variable of value type is the value
assigned in the default constructor. For simple types this
value corresponds to a bit pattern of all zeros:
• For integer types, the default value is 0
• For char, the default value is `\u0000' //Unicode
• For float, the default value is 0.0f
• For double, the default value is 0.0d
• For decimal, the default value is 0.0m
• For bool, the default value is false
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What is global temp table?
what is the system function to get current user's user id? : Sql server database administration
How to find the service pack installed? : sql server database administration
How would we use distinct statement? What is its use?
What the different components in replication and what is their use?
What is named calculation? : sql server analysis services, ssas
Define indexes?
What is the tcp/ip port on which sql server runs?
Explain what is scheduled job and how to create it?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is the synonym of join?
Why truncate is ddl command?
In how many ways you can invoke ssrs reports?
Explain ranking functions?
What are various aggregate functions that are available?