C Programming Quiz

C Programming Quiz

University

47 Qs

quiz-placeholder

Similar activities

UTS Laporan Kinerja Instansi Pemerintah

UTS Laporan Kinerja Instansi Pemerintah

University

50 Qs

Python KNC-402 Quiz

Python KNC-402 Quiz

University

45 Qs

Electircal Systems

Electircal Systems

12th Grade - University

52 Qs

EST 31

EST 31

University

50 Qs

EXAM 4

EXAM 4

University

50 Qs

Final - Test : PLC

Final - Test : PLC

University

50 Qs

A&P Cardiovascular System Wk 4 & 5 Test Review

A&P Cardiovascular System Wk 4 & 5 Test Review

11th Grade - University

50 Qs

EST 40

EST 40

University

50 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Other

University

Easy

Created by

aman kahar

Used 1+ times

FREE Resource

47 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the job of linker?

Compile the source code

Execute program

Link header files with source code

Link object codes and library code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

World's first programming language is...

C

PASCAL

COBOL

FORTRAN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The technical name of the '#' symbol is...

Pound

Hash

Import

Punctuator

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Line Starts With # Symbol Is Called As…

Declaration Statements

Essential Statements

Preprocessor Directives

Inclusion Directives

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an illegal declaration of main()?

void main(){}

int main(){return 0;}

void main(){return "0";}

main(){return 0;}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a unary operator?

!

++

sizeof()

%

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operator with highest precedence is

>

?:

==

& (bit wise)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?