programming languages Online Quiz - 153
Description: programming languages Online Quiz - 153 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
dual main is possible
Which among this is a valid Method of File Class ?
What compiler option would you use for dynamic linking?
Default compiler options with respect to subscript out of range checking.
01 ws-loop pic 9(02) value 0. Perform varying ws-loop from 1 by 1 until ws-loop = 100 Dispaly 'Have a good day' end-perform. How many times 'Have a good day' will be displayed
01 ws-var1 pic 9(9).99. 01 ws-var2 pic 9(9)v99 value 10. move zeros to ws-var1. compute ws-var1 = ws-var1 + ws-var2. What would be the value of ws-var1.
if a not = b and c Means
We can redefine an X(10) field with a field of X(20)? . Both are diclared in different level numberes.
How many bytes does a S9(7) COMP-3 field occupy ?
What is the maximum length of a field you can define using COMP-3?
What is COMP-1?
which one of the following is a scope terminator?
A class may implement several interfaces but A class may extend only one abstract class
Which is the base class for All built in Controls?
How do you Dereference an Object in VB.NET
Which of the following are the valid method of command object
Which is not a collection type in VB.Net
You are working on a debug build of an application. You need to find the line of code that caused an exception to be thrown. Which property of the Exception class should you use to achieve this goal?
You need to identify a type that meets the following criteria Is always a number Is not greater than 65,535. Which type should you choose?
How do you trigger an event in VB.NET