Computer Programming (Lab) - Quiz-1

Computer Programming (Lab) - Quiz-1

University

5 Qs

quiz-placeholder

Similar activities

Programming languages

Programming languages

University

10 Qs

Input And Output in C

Input And Output in C

University

10 Qs

Programación (Estructuras, acceso a miembro y mem. dinámica)

Programación (Estructuras, acceso a miembro y mem. dinámica)

University

10 Qs

Memory, Agnosia, and Apraxia

Memory, Agnosia, and Apraxia

University

10 Qs

Let's C It

Let's C It

11th Grade - University

6 Qs

Bakterioloģiskā izmeklēšana

Bakterioloģiskā izmeklēšana

University

8 Qs

Diseño Procedural

Diseño Procedural

KG - University

10 Qs

Basics of Python

Basics of Python

University

8 Qs

Computer Programming (Lab) - Quiz-1

Computer Programming (Lab) - Quiz-1

Assessment

Quiz

Computers, Other

University

Medium

Created by

Muhammad Sajid

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not a fundamental type is not present in C but present in C++?

int

float

bool

void

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is C++ equivalent for scanf()?

cin

cout

print

input

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct difference between cin and scanf()?

both are the same

cin is a stream object whereas scanf() is a function

scanf() is a stream object whereas cin is a function

cin is used for printing whereas scanf() is used for reading input

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is static binding?

The process of linking the actual code with a procedural call during run-time

The process of linking the actual code with a procedural call during compile-time

The process of linking the actual code with a procedural call at any-time

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the size of a character type in C and C++?

4 and 1

1 and 4

1 and 1

4 and 4