Set - 2

Set - 2

University

20 Qs

quiz-placeholder

Similar activities

C Programming Unit-1 Test-2

C Programming Unit-1 Test-2

University

20 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

PSP Module-4

PSP Module-4

University

20 Qs

Fianal JAVA OOP

Fianal JAVA OOP

University

20 Qs

UC_TM02_C Programming Basics

UC_TM02_C Programming Basics

University - Professional Development

16 Qs

De todo

De todo

1st Grade - Professional Development

16 Qs

Programación I

Programación I

University

18 Qs

C++ Lambda Expression

C++ Lambda Expression

University - Professional Development

20 Qs

Set - 2

Set - 2

Assessment

Quiz

Computers

University

Hard

Created by

Vijaya Lakshmi Masabathula

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'volatile' keyword in C?

It indicates that a variable may be changed by an external process

It ensures that a variable is always initialized to zero

It specifies that a variable cannot be modified

It makes a variable immune to pointer arithmetic

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'restrict' keyword in C?

To restrict the access to a variable

To specify that a pointer is not aliased

To restrict the use of the 'goto' statement

To restrict the size of an array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include <stdio.h>

#define square(x) x*x

int main() {

int result = square(3 + 2);

printf("%d", result);

return 0;

}

25

Error

13

11

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the '__FUNCTION__' macro in C?

To return the current function name

To return the current file name

To return the current date and time

To return the current line number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the area of a square is 64 square units, what is the length of one side?

6

16

8

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The sum of three consecutive odd numbers is 63. What is the smallest of these numbers?

21

19

25

28

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A train travels 200 kilometers in 4 hours. What is its average speed?

55

50

40

60

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?