Define constant
Briefly describe constant.
Expert
Constant is same as a variable except that the value, that we assign to a constant, cannot be altered, as in case of a variable. Constants must be initialized at a same time they are declared.
We can declare constants by using the syntax given below:
const int interestRate = 10;
Explain the use of a Connection object?
Explain what is a Static Constructor?
What is WSDL?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Distinguish among a Thread and a Process?
Explain DataReader object?
What are the steps involve in Assembly execution?
List out the different components of an assembly.
What is the function of DialogResult property of the Button control?
By which command we can turn-off and turn-on CAS?
18,76,764
1939909 Asked
3,689
Active Tutors
1419537
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!