Description: programming languages Online Quiz - 166 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which one is not an Automatic variable in SAS ?
How many types of variables does SAS recognize?
Lenght of character variables can be
SAS DATASETS can be TEMPORARY and as well as PERMANENT.
PROC CONTENTS is a :-
DATA Step is used for :-
The co-founder of SAS.
SAS is not platform independent.
In Object Oriented Programming, how would you describe encapsulation?
Which of the following operations can you NOT perform on an ADO.NET DataSet?
In the NUnit test framework, which attribute must adorn a test class in order for it to be picked up by the NUnit GUI?
How does assembly versioning in .NET prevent DLL Hell?
What is a delegate?
What is a satellite Assembly?
Which compiler switch creates an xml file from the xml comments in the files in an assembly?
What is boxing?
If a method is marked as protected internal who can access it?
Which of these statements correctly declares a two-dimensional array in C#?
Can a class be declared "synchronized"?
Can inner classes have static members?