Orientation  Quiz

Orientation Quiz

University - Professional Development

50 Qs

quiz-placeholder

Similar activities

AI Revision

AI Revision

University

50 Qs

KIỂU DỮ LIỆU DANH SÁCH

KIỂU DỮ LIỆU DANH SÁCH

Professional Development

53 Qs

Grade 5 IT Quiz

Grade 5 IT Quiz

5th Grade - University

50 Qs

FSA_DSA_QUIZ_Jan'24

FSA_DSA_QUIZ_Jan'24

Professional Development

53 Qs

Comptia Network+ chapter 1-3 exam

Comptia Network+ chapter 1-3 exam

11th Grade - University

45 Qs

Networking - Practice Test #1

Networking - Practice Test #1

9th Grade - University

47 Qs

CAD ASSESSMENT PART 1

CAD ASSESSMENT PART 1

University

45 Qs

EPA-11-DEC-2021 On Java

EPA-11-DEC-2021 On Java

University

50 Qs

Orientation  Quiz

Orientation Quiz

Assessment

Quiz

Computers

University - Professional Development

Practice Problem

Hard

Created by

Akil Morani

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it possible to run program without main() function?

Yes

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many main() function we can have in our project?

1

2

No Limits

Depends on Compiler

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is sizeof() in C?

Operator

Fuction

Macro

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it true that a function may have several declaration, but only one definition.

Yes

No

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

int main(){

extern int i;

i = 20;

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

return 0;

}

20

0

Undefined reference to i

Linking error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

int main()

{


char *ptr1, *ptr2;

printf("%d %d", sizeof(ptr1), sizeof(ptr2));


return 0;

}

1 1

2 2

4 4

Undefined

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming language is more faster among these?

Java

C

Visual Basic

PHP

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?