programming languages Online Quiz - 235
Description: programming languages Online Quiz - 235 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
FTP is
The following characteristics of a file can be changed while transmitting to a remote host
Which command is used to terminate the conncetion with another computer?
The actual call to access the database will be done by calling
Which one is not a type of VSAM file?
What is S0C4 error?
What the below command does? echo var=$
What is the difference between $* and $@?
What is the output of the below command? a=2;(a=3; echo -n $a) ; echo -n $a
What does the below line does when inserted as first line in a shell script and executed? #! /usr/bin/bash -f