Description: programming languages Online Quiz - 303 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
How would you find out what locks are active on any object?
CPF4131 message indicates a level check error?
What is the value of RESULT after the following process: C Z-ADD3 T 20 C MOVEL'ABCDEF' STRING 10 C 2 SUBSTSTRING:T RESULT 90
What is the maximum number of files that can be specified in a RPG400 program?
In RPG, how would you reverse the sign of a numeric field?
Which operation code allows you to update only specified fields on a record?
At what situation you will create Index?
Which of the following are Data manipulation language commands(DML)?
The process of modeling data into relational tables is called normalization.
Table may also called as
Choose the correct statements for creating a table?
Which of the following are correct ?
Which of the folowing are correct for the Structs and Classes ?
Which statement is/are correct ?
Which of these are correct answers for Identifiers used in C# ?
Which statement is/are correct ?
Which of the following statement/statements is /are true ?
Default return type of functions in C++ is
Which of the following statements are true?a. By default,all members of structure are private.b.new and delete operator can be overlaodedc.friend fucntion can overload [],(),= operators.
Encapsulation is the process of combining data and functions into a single unit called class.