programming languages Online Quiz - 145
Description: programming languages Online Quiz - 145 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which ALL are true?
String[] elements = { “for”, “tea”, “too” }; String first = (elements.length > 0)? elements[0] null; What is the result?
Given: System.out.format(”Pi is approximately %d.”, Math.PI); What is the result?
Variables are not interpolated inside which operator when used normally?
Which of the following statements are correct when using the RETAINstatement?
x='Hello' y=transwrd(x,'He','HiHiHe') what is the length of y?
What is true about ERROR statement
p = 5461;x='1001';a=x ||'/'||pWhat is the value of a?
data test; input @1 sal 6.; datalines; $1,234 ; run; What is the value of sal in the test dataset?
Which of the following when evaluated are false?
how many elements are assigned to @u,@w?
What happens when @_ is modified?
what is the output for printf ("%06.2f", $amt) when $amt = 9.355 ?
What is the outcome of the scenario : open(FH, ">c:\temp\notes.txt") ?
the regex /g.d?c*/ doesn't matches
which is correct?
what does the structure create?
XML Schema is developed by?
How many primitive data types does XSD provide?
What is the root element in XSD?