Search Header Logo
Untitled Presentation

Untitled Presentation

Assessment

Presentation

Engineering

University

Practice Problem

Hard

Created by

Kartikey Jaiswal

Used 2+ times

FREE Resource

11 Slides • 13 Questions

1

media

2

Multiple Choice

Independently coded programs in C language is called as _____.
1
sub programs
2
union
3
structure
4
pointer

3

Multiple Choice

What is the main focus of the presentation?

1

C Programming Language

2

Data Structures

3

Algorithms

4

Software Engineering

4

media

5

media

6

Multiple Select

Question image

If this were the programming of real life traffic light, identify which changes you should make.

1

The timing of the lights.

2

The order of the lights.

3

The sound of the green/yellow lights.

4

None, the program is correct.

7

Multiple Choice

What is C programming language known for?

1

General-purpose programming

2

Only for web development

3

Only for mobile applications

4

Only for game development

8

media

9

Multiple Choice

What are the components of the character set in C programming language?

1

Alphabets

2

Digits

3

Special Characters

4

White Space

10

media

11

Multiple Choice

What are the different types of literals in C?

1

Integer literals

2

Floating literals

3

Character literals

4

String literals

12

media

13

Multiple Choice

What are the rules for determining variable names in C programming?

1

They can start with a digit

2

They can include special characters

3

They can only use letters and digits

4

They can never start with a letter

14

media

15

Multiple Choice

What is the syntax for a simple assignment statement in C?

1

variable = value;

2

value = variable;

3

int variable;

4

variable := value;

16

media

17

Multiple Choice

The output of the following code

int main(void)

{

printf("%d",printf("%d",0x11));

return 0;

}

1

111

2

172

3

112

4

216

18

media

19

Multiple Choice

What does the `scanf("%d %d", &a, &b);` line do in the program?

1

It prints the sum of two numbers

2

It reads two integers from the user

3

It initializes the variables a and b

4

It ends the program

20

media

21

Multiple Choice

How do scanf() and printf() functions assist users in C programming?

1

They handle memory allocation

2

They manage file operations

3

They take input and give output

4

They define data types

22

media

23

Multiple Choice

What is the significance of expressing gratitude in a learning environment?

1

It fosters a positive atmosphere

2

It has no impact

3

It makes learning harder

4

It is unnecessary

24

Poll

How confident do you feel about this topic now?

Very confident
Somewhat confident
Not confident
media

Show answer

Auto Play

Slide 1 / 24

SLIDE