Basics of C

Basics of C

University

10 Qs

quiz-placeholder

Similar activities

Logika Fuzzy

Logika Fuzzy

University

10 Qs

MPB Week 7

MPB Week 7

University

10 Qs

BB

BB

University

10 Qs

Latex

Latex

University

11 Qs

Tree and Planar Graph

Tree and Planar Graph

University

10 Qs

Bài 25 tin 10

Bài 25 tin 10

9th Grade - University

10 Qs

Python Quiz 1.4

Python Quiz 1.4

University

12 Qs

Basics of C

Basics of C

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Revathi Paramanathan

Used 867+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.Who invented C Language.?

Charles Babbage

Grahambel

Dennis Ritchie

Steve Jobs

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.C language was invented to develop which Operating System.?

Android

Linux

Ubuntu

Unix

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.C Programs are used in .?

Any Electronic device which works on some logic and Operating System.

Washing machine

Fridge, Microwave Ovens

All the above.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.Find an integer constant

3.145

34

"125"

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.Each statement in a C program should end with.?

Semicolon ;

Colon :

Period . (dot symbol)

None of the above.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Choose a right statement. int a = 10 + 4.867;

a = 10

a = 14.867

a = 14

compiler error.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the C statement.?

int main()

{

int a=0;

a = 5<2 ? 4 : 3;

printf("%d",a);


return 0;

}

4

3

5

2

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?