what is the default value of CHAR type?in C# using asp.net?
Answers were Sorted based on User's Feedback
Answer / palash
Default value of char ='\0'
Default value of string = Null
Default value of int= 0
Default value of float= 0.0
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raviraj
the default value of char '\0' aur can be say null char
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / swathi
there will be no default value.. you have to assign it..
else it will give you error like " unassigned variable.."
| Is This Answer Correct ? | 3 Yes | 9 No |
Do you know what is .net standard?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is model-view -controller Architecture?
How does cas works?
What is Entity Relationship Model in .NET?
How is threading done in .net?
What are the new features of Framework 1.1 ?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
What is .net core used for?
What is a metadata in .net?
What's the problem with .net generics?
How do you start, pause, continue or stop a Windows service off the command line?