The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
4 15010How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 24838The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 33007GO TO stmt which of the following is not true A) GO TO stmt is not essential in the sense that it is possible to write programs without using GO TO B) The target of the GO TO stmt being a procedure name avoiding GO TO result in a program with no procedure name C) Indiscriminate use of GO TO stmt can make the control structure program substantially complex D) Too many GO TO stmts make a program difficult to understand
2 6814Post New IBM Interview Questions
What is a good source of equations for calculating discharge flowrates from accidental releases?
Suggest a method of joining two tables.
What is the shortcut key spelling and grammar check in ms word?
Explain your approach to managing important projects?
Where in the cell can ribosomes be found?
How many types of privileges are available in sql?
Is excel 365 the same as excel 2019?
What are rollup groups?
Differentiate between table and template ?
How will you read from internal table records in a given value range (without using loop)
How a roc curve works?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Explain OOPS.
What steps you took to establish rapport with a new staff member?
What is a multiset table?