Basics of C

Basics of C

University

10 Qs

quiz-placeholder

Similar activities

Basic java

Basic java

University

10 Qs

C programming-1

C programming-1

University

13 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

Plot the Code

Plot the Code

University

10 Qs

pointers and structures

pointers and structures

University

10 Qs

C++ programing Quiz

C++ programing Quiz

12th Grade - University

10 Qs

Array in C

Array in C

University

10 Qs

Basics of C

Basics of C

Assessment

Quiz

Computers

University

Hard

Created by

Revathi Paramanathan

Used 819+ 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?