Search Header Logo

C Programming Quiz

Authored by THANGA R

Science

University

Used 1+ times

C Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of a NULL pointer in C?

0

1

-1

Undefined

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you represent the end of a linked list in C?

By setting the next pointer to 1

By setting the next pointer to NULL

By setting the next pointer to the first node

By setting the next pointer to -1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used in C to indicate that a function does not return any value?

int

void

return

NULL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C, what is the correct way to declare a pointer to an integer?

int ptr

int *ptr

int &ptr

int ptr*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about function pointers is true?

Function pointers cannot be assigned NULL.

Function pointers can only point to int type functions.

Function pointers can be passed as arguments to functions.

Function pointers are not allowed in C.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the return type of malloc() in C?

void

int

void*

char*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you define optional parameters in C functions?

Using the opt keyword

Using pointers that can be NULL

Using void keyword

C does not support optional parameters

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Science