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;
Why is XML InfoSet specification distinct from the Xml DOM? Explain what does the InfoSet attempt to resolve?
How a border can be placed around a picture box?
Why Windows Installer is used?
How submaster page is differ from the top-level master page?
Name the events that are fired during a page load?
Describe briefly LINQ (Language Integrated Query)?
Explain DataReader object?
By which method we can add or remove rows from a DataTable object of DataSet?
Briefly describe key-based dependency and file-based dependency?
State the types of workflow in the WF?
18,76,764
1933830 Asked
3,689
Active Tutors
1418525
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!