programming languages Online Quiz - 231
Description: programming languages Online Quiz - 231 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Class Y is a subclass of Class X.Will this compile? Y myY=new Y(); X myX=myY;
In a Switch construct ,the default statement must be placed after all the case statements.
What happens when this is in your code? double x; x=24.0/0;
Which one of the following terminates the request and returns you to command level
Suppose “AGE” is the field name and you want to get the value of age between 10 and 20, which of the following statement is correct ?
The statement which allows you to add new records to m204 file is:
The statement to add new field value to a record is:
You can use global variables to:
Which function strips the leading and trailing blanks of a string?
What will be the result of $EDIT(25.734,'99999.99') statement ?
What will be the result of $VNUM(’ -256.73 AB’)statement?