C Programming Quiz

C Programming Quiz

University

47 Qs

quiz-placeholder

Similar activities

EB

EB

University

49 Qs

C Programming

C Programming

University

45 Qs

Investment Appraisal Methods  and Decision Trees - Quiz  (2024)

Investment Appraisal Methods and Decision Trees - Quiz (2024)

12th Grade - University

42 Qs

C quiz

C quiz

University

42 Qs

BCA Quizzler

BCA Quizzler

University

50 Qs

14 Sep_2022 Technical quiz

14 Sep_2022 Technical quiz

University

50 Qs

CLUB CLOUD SELECTION

CLUB CLOUD SELECTION

University

50 Qs

Midterm Exam - CP201

Midterm Exam - CP201

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?