programming languages Online Quiz - 261
Description: programming languages Online Quiz - 261 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Which year the SQL language invented ?
Which year the Ada language invented ?
Which year the Haskell language invented ?
What is the value of z? double z = 7 / (3 + 0.5);
A String Class
What is the value of a? int a = 7; int b = 4; a = b; a = a + 1;
What is the value of y? int y = 19 % 4;
Who developed Turbo Pascal and C# ?