Structure in C

Structure in C

University

10 Qs

quiz-placeholder

Similar activities

DCN5511: Chapter 5 - 7

DCN5511: Chapter 5 - 7

University

15 Qs

Object Oriented Programming Assessment 1

Object Oriented Programming Assessment 1

University

15 Qs

CSC 306 Module 1 Assessment

CSC 306 Module 1 Assessment

University

11 Qs

PythonProgramming

PythonProgramming

University

15 Qs

Fundamentals of Algorithms - Unit 1 - Test 1

Fundamentals of Algorithms - Unit 1 - Test 1

University

15 Qs

Dart

Dart

University

10 Qs

SQE Unit 1

SQE Unit 1

University

10 Qs

Java Programming-1

Java Programming-1

University

10 Qs

Structure in C

Structure in C

Assessment

Quiz

Computers

University

Medium

Created by

Chi Quang

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following are themselves a collection of different data types?

string

char

struct

all

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which operator connects the structure name to its member name?

-

.

=

>>

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following cannot be a structure member?

another structure

Function

array

None

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following structure declaration will throw an error?


struct temp{ } s;

main(){}


struct temp{ };

struct temp s;

main(){ }

struct temp s;

struct temp{ };

main(){ }

None

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of this C code?

Nothing

Compile error

8.0

8

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Size of a union is determined by size of the.

First member in the union

Last member in the union

Biggest member in the union

Sum of the sizes of all members

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assuming size of long int is 4 bytes, what will be the output for:

typedef long long int L = 24;

printf("Size of long long int is :");

printf("%d",sizeof(L));

24

4

8

Error

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?