Basics of C

Basics of C

University

10 Qs

quiz-placeholder

Similar activities

C - Pointers

C - Pointers

University

10 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

Coding club Summit Online Quiz

Coding club Summit Online Quiz

University

15 Qs

Java operators

Java operators

University

8 Qs

FIND THE KEY

FIND THE KEY

University

10 Qs

Programming practices - C programming

Programming practices - C programming

University

9 Qs

Coding Fundamentals in C

Coding Fundamentals in C

6th Grade - Professional Development

12 Qs

Operators in C(29/08)

Operators in C(29/08)

University

10 Qs

Basics of C

Basics of C

Assessment

Quiz

Computers

University

Hard

Created by

Revathi Paramanathan

Used 817+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?