programming languages Online Quiz - 273
Description: programming languages Online Quiz - 273 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Which of the following is/are an Active transformation
What types of data source(s) can be read with the source qualifier transformation?
Choose the correct option - Transformations which have only Input/Output ports
When would you use Joiner transformation
How many sources can be joined using Joiner transformation
Which are the different Lookup cache types
What are the types of lookup
What are the views available in the Workflow Monitor
Which of the following are Informatica PowerCenter Server Components
Repository Manager is used to
void main() { int i = 10; int *p=&i; p++; printf("%d",(p-&i)); }
Which of the following are valid statements in IDEAL?
void main() { int i = 10; long *p=&i; p++; printf("%d",(p-&i)); }