What is the function of shell?
A. Interpreter
B. command interpreter
C. interface
D. none of these
Latest Answer: the first line 5 indicates the array sizethe second line merely looking it would denote the sixth element of the array but there arrises an exception that it exceeds the array size so it would be err ...
Latest Answer: The compiler will give an error "undefined symbol I". ...
Latest Answer: Register variables can hold A. Garbage valuesB. ArraysC. Double valuesD. All of the aboveo/p: These r can hold garbage values only. its size is only 2 bytes. It cann't take double. ...
ACL stands for
A. access central limit
B. access control limit
C. access control list
D. Both A and B
Latest Answer: a is the ans Queue implements FIFO(First In First Out) and Stack implemnts LIFO(Last In First Out) ...
main()
{
printf("%c","abcdef"[4]);
}
what is the output?
A. abcdef
B. d
C. e
D. ERROR
When an array is passed to a function what exactly is passed.
A. The values of the array
B. The address of the starting variable in the array.
C. The addresses of the elements in the array
D. None
Latest Answer: select * form table_name where age=(select min(age) form table_name) ...
Full form of URL?
A. universal resource locator
B. uniform resource locator
C. none of these
D. unidentified random locator.
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top