C C++ Final Test 20-APR-2022

C C++ Final Test 20-APR-2022

Professional Development

78 Qs

quiz-placeholder

Similar activities

acad40MySQL_quiz

acad40MySQL_quiz

Professional Development

77 Qs

Skill Test Computers Round-1

Skill Test Computers Round-1

Professional Development

75 Qs

Test informatica

Test informatica

Professional Development

79 Qs

Python Programming

Python Programming

Professional Development

75 Qs

AI and ML Quiz

AI and ML Quiz

Professional Development

80 Qs

python

python

University - Professional Development

73 Qs

Try Catch + java-visual

Try Catch + java-visual

Professional Development

74 Qs

Repaso MF0492_3

Repaso MF0492_3

Professional Development

81 Qs

C C++ Final Test 20-APR-2022

C C++ Final Test 20-APR-2022

Assessment

Quiz

Computers

Professional Development

Hard

Created by

ram lovewanshi

Used 5+ times

FREE Resource

78 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

String

Struct

char

all

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator connects the structure name to its member name?

-

=

.

>>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following cannot be a structure member?

another structure

array

Function

None

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output of this C code?

void main()

{

struct student

{

int no;

char name[20];

};

struct student s;

s.no = 8;

printf("%d", s.no);

}

Nothing

Compile error

8

Junk

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Size of a union is determined by size of the.

First member in the union

Last member in the union

C. Biggest member in the union

Sum of the sizes of all members

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output

Name:

Subject:

Percentage: 86.50000

Name:Raju

Subject:

Percentage: 86.50000

Name: Raju

Subject: Maths

Percentage: 86.50000

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Memory allocated for structure members are always contigious

True

False

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?