Programming in C

Programming in C

University

5 Qs

quiz-placeholder

Similar activities

Soal SKD

Soal SKD

University - Professional Development

10 Qs

Software Engineering :TEST 2

Software Engineering :TEST 2

University

10 Qs

WN-CELLULAR CONCEPT

WN-CELLULAR CONCEPT

University

10 Qs

UTB - FCNS 221PB

UTB - FCNS 221PB

University

10 Qs

PTD - 1A

PTD - 1A

University

10 Qs

DE quiz based on unit 1 & 2

DE quiz based on unit 1 & 2

University

10 Qs

ISAC Weekly Quiz 8 (C & DBMS)

ISAC Weekly Quiz 8 (C & DBMS)

University

10 Qs

html  and css smart

html and css smart

University

10 Qs

Programming in C

Programming in C

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

Vitthal Bondar

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Media Image

C language was developed by?

Dennis Ritchie

Games Gosling

Bjarne Strostrup

None of these

2.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Media Image

C Language has how many keywords?

24

32

42

30

3.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Which of the following is not a C variable?

Count123

Count_123

Count@123

X_123_Count

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The execution of any C program is

Sequential

Parallel

Multi-threading

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Syntax error occurs when?

The rules of grammar of the programming language is violated

The statements in the program have no meaning

The program gives wrong or undesired output

Some illegal operation (e.g. divide by zero) is performed