OSQUIZ

OSQUIZ

University

5 Qs

quiz-placeholder

Similar activities

ENT110 C Programming Quiz2

ENT110 C Programming Quiz2

University

10 Qs

C Programming

C Programming

University

5 Qs

Topic 1-1: Introduction to Computer & Programming Language

Topic 1-1: Introduction to Computer & Programming Language

University

10 Qs

Unit 1 - Structure of C

Unit 1 - Structure of C

University

8 Qs

Java Classes

Java Classes

12th Grade - University

10 Qs

Functions - C

Functions - C

12th Grade - University

10 Qs

FINAL ROUND

FINAL ROUND

University

10 Qs

Intellectual Property Rights

Intellectual Property Rights

University

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