Orientation  Quiz

Orientation Quiz

University - Professional Development

50 Qs

quiz-placeholder

Similar activities

Test Mendix 2

Test Mendix 2

Professional Development

50 Qs

2023-2024 Applied Business Tools Midterm

2023-2024 Applied Business Tools Midterm

University

50 Qs

IPTM Midterm EXAM | Sec 2  12 Mar 2021

IPTM Midterm EXAM | Sec 2 12 Mar 2021

University

55 Qs

PHP_BCA-III

PHP_BCA-III

University

50 Qs

Year 11 January Recap

Year 11 January Recap

University

50 Qs

LATIHAN SOAL

LATIHAN SOAL

10th Grade - University

50 Qs

PROGRAMMING IN C CO-1,2

PROGRAMMING IN C CO-1,2

University

50 Qs

IT

IT

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?