III Part 1

III Part 1

University

20 Qs

quiz-placeholder

Similar activities

Construire une séquence

Construire une séquence

1st Grade - Professional Development

18 Qs

Paysage et Évolution du Bocage

Paysage et Évolution du Bocage

12th Grade - University

16 Qs

ESLTK _Comprehension Check M1-Unit 1-8

ESLTK _Comprehension Check M1-Unit 1-8

University

16 Qs

Quiz Chapter 7- Files

Quiz Chapter 7- Files

University

25 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Python Assessment-2

Python Assessment-2

University

20 Qs

Qui es-tu Charlie Gordon ?

Qui es-tu Charlie Gordon ?

1st Grade - University

20 Qs

AI (Artificial Intelligence)

AI (Artificial Intelligence)

University

20 Qs

III Part 1

III Part 1

Assessment

Quiz

Education

University

Hard

Created by

ARAVINTH B

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of an int data type in C?

2 bytes

4 bytes

8 bytes

16 bytes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct comment in C?

// Comment

/* Comment */

Both a and b

# Comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name in C?

var_name

2name

name2

_name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following C code? int main() { int a = 5, b = 10; printf("%d", a + b); return 0; }

10

5

15

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function is used to print something to the console?

print()

printf()

scanf()

cout

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operators is used to get the address of a variable in C?

*

&

->

%

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

def

function

define

fun

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?