Set - 2

Set - 2

University

20 Qs

quiz-placeholder

Similar activities

C - Structures

C - Structures

University

20 Qs

C - Strings

C - Strings

University

20 Qs

C programming

C programming

University

15 Qs

Pointers

Pointers

University

20 Qs

Playing with C

Playing with C

University

20 Qs

C-Extended

C-Extended

University

16 Qs

Pointers in C

Pointers in C

University

24 Qs

Test Final

Test Final

University

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?