C Programming Quiz - 1

C Programming Quiz - 1

University

20 Qs

quiz-placeholder

Similar activities

Quiz on Design of steel structural elements

Quiz on Design of steel structural elements

University

20 Qs

Stavební inženýrství - Kvíz

Stavební inženýrství - Kvíz

University

20 Qs

DLD Unit 1 _ 1

DLD Unit 1 _ 1

University

15 Qs

DPSD QUIZ 1

DPSD QUIZ 1

University

20 Qs

Basics of Embedded Systems

Basics of Embedded Systems

University

15 Qs

Sensors and Transducers Quiz

Sensors and Transducers Quiz

University

20 Qs

Lesson 2 Instrumentation Signal Terminology

Lesson 2 Instrumentation Signal Terminology

University

15 Qs

Drying Week 4 Quiz for 27/3 Attendance

Drying Week 4 Quiz for 27/3 Attendance

University

15 Qs

C Programming Quiz - 1

C Programming Quiz - 1

Assessment

Quiz

Engineering

University

Practice Problem

Medium

Created by

Chaitanya Chellu

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What language does a computer machine understand?

Unary Language

Binary Language

Ternary Language

None

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Who is the father of C programming

Dennis Ritchie

James Gosling

Guido van Rossum

Bjarne

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Geometric shapes used in flowchart
Start / stop -- (a)
input / output -- (b)
processing / computing -- (c)
decision / condition -- (d)

(a).eclipse
(b).parallelogram
(c).rectangle
(d).rhombus

(a).circle
(b).parallelogram
(c).triangle
(d).rhombus

(a).circle
(b).square
(c).rectangle
(d).triangle

(a).line
(b).octagon
(c).rectangle
(d).square

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the correct syntax to declare a variable named "age" of integer data type in C?

age int;

var age = int;

integer age;

int age;

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the output of the following C code?
int main()

{

printf("Hello, World!");

return 0;

}

Error / warning

0

Hello, World!

Nothing

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

No.of keywords in C programming ?

30

37

32

33

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the purpose of the #include directive in C?

To define a new data type

To include header files

To declare a function

To print output to the console

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?