OSQUIZ

OSQUIZ

University

5 Qs

quiz-placeholder

Similar activities

Quiz week 5 Raid

Quiz week 5 Raid

University

10 Qs

Java Basics 1

Java Basics 1

University

10 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

eclipse

eclipse

University

10 Qs

Java variables

Java variables

University

10 Qs

Computer Programming for UG

Computer Programming for UG

University

8 Qs

Programming Language

Programming Language

1st Grade - Professional Development

10 Qs

OSQUIZ

OSQUIZ

Assessment

Quiz

Computers

University

Hard

Created by

A K

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the option used for linking with the static libraries during compilation of a C program

-u

-s

-l

none of the options are correct

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options shows all the warnings during compilation of a C program

-all

-W

-sw

none of the options are correct

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Make utility in Linux knows which command to skip based on the

timestamp

target command

dependency

none of the options are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which flag includes the extra information in the program used for bug diagnosis

-u

-g

-c

-d

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

System calls live in which section of the man pages

1

2

3

4