Search Header Logo

C Programming Structures Quiz

Authored by SYAM SANKAR

Other

University

Used 1+ times

C Programming Structures 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

1 min • 1 pt

What keyword is used to define a structure in C?

typedef

define

class

struct

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a valid way to create a struct variable?

struct person1: Person;

create struct Person person1;

struct Person = person1;

struct Person person1;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What operator is used to access members of a structure?

*

&

->

.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the typedef keyword do in C?

Creates an alias for a data type

Allocates memory

Defines a new data type

Declares a variable

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the struct definition, what does the following line represent: 'char name[50];'?

An integer variable

A floating-point variable

An array of characters

A pointer to a string

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you assign a value to a string in a struct?

Using = operator

Using sprintf() function

Using strcat() function

Using strcpy() function

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code snippet: 'printf("Name: %s\n", person1.name);'?

Name: person1.name

Name: %s

Name: Undefined

Name: George Orwell

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?