C Programming Quiz

C Programming Quiz

University

47 Qs

quiz-placeholder

Similar activities

Project Associate fresher Software Development

Project Associate fresher Software Development

University

50 Qs

Basic Cost Accounting

Basic Cost Accounting

University

52 Qs

EDPM CSEC

EDPM CSEC

University

52 Qs

COST ACCOUNTING -B.COM 6TH SEMESTER

COST ACCOUNTING -B.COM 6TH SEMESTER

University

50 Qs

PRACTICE TEST- 10 - ROUND-1

PRACTICE TEST- 10 - ROUND-1

University

50 Qs

ELECS 1

ELECS 1

University

50 Qs

OmniStudio Developer question

OmniStudio Developer question

University

52 Qs

IoT, ESP32, Arduino

IoT, ESP32, Arduino

University

42 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?