What are Literals
What are Literals and also state their respective types?
Expert
Literals: The value of particular data type assign to a variable or constant. The type of Literals is as follows:
A) Integer Literal that is, int x = 5B) Floating point Literal that is, float x =132.45C) Character Literal that is, char x = ‘a’, included in only single quotes and single character. D) String Literal that is, cout << “Welcome”, anything included in double quotes.
Give details about the different services that are provided by DLR to CLR?
Compiler: A program that executes a process of compilation on a program written in the high level programming language.
Limit the Scope of Data Declarations at the smallest possible level is consistent with the well known principle of data hiding. It stops one module from inadvertently referencing and modifying data values which are only meant to be used by another mod
Non-modal: In this a dialog is non-modal when its parent application is not blocked from additional activity whereas the dialog is being revealed.
Passing by address or reference: In this technique no separate memory build for formal variables that is, formal variables share similar location of actual variables and therefore any change on formal variables automatically reflected back to real var
Write down the properties exposed through ActiveX controls?
Give some examples of applications which can benefit from using XML?
Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. The supposition is that it will be relatively fast t
Explain win 3.1 supports which form of multi tasking?
Final method: This is a method with the final reserved word in its header. The final method might not be overridden by a method stated in a sub class.
18,76,764
1950400 Asked
3,689
Active Tutors
1418027
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!