Programming in C

Programming in C

University

5 Qs

quiz-placeholder

Similar activities

C++ Array Quiz

C++ Array Quiz

University

10 Qs

Computer Basics 2 - CESA

Computer Basics 2 - CESA

7th Grade - University

10 Qs

Node.js

Node.js

University

10 Qs

GUESS THE ANSWER

GUESS THE ANSWER

University

10 Qs

Tipos de bases de datos

Tipos de bases de datos

10th Grade - University

10 Qs

Kuis 1 User Interface JWD

Kuis 1 User Interface JWD

University

10 Qs

Software Testing

Software Testing

University

10 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - 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