FT-1 P2

FT-1 P2

University

30 Qs

quiz-placeholder

Similar activities

Programming in C

Programming in C

University

26 Qs

Programming Skills C/C++

Programming Skills C/C++

University

25 Qs

Code Carnival

Code Carnival

University

25 Qs

STUCTURES

STUCTURES

University

25 Qs

c programming

c programming

University

30 Qs

Tech Linguist E-Quiz JAVA

Tech Linguist E-Quiz JAVA

University

25 Qs

python_quiz

python_quiz

University

25 Qs

5 - Chapter 8 Quiz

5 - Chapter 8 Quiz

University

30 Qs

FT-1 P2

FT-1 P2

Assessment

Quiz

Computers

University

Medium

Created by

Deluxni N

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Guess the output of the following code:

Hello

lo

Hel

llo

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What's wrong with this code?

variable-sized array declaration

Array index out of bound

Missing return statement

All of these

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Operator in pointer is referred as

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

This code will give the output as -----

123

12

1234

12345

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An array is a collection of

 different data types scattered throughout memory

the same data type scattered throughout memory

the same data type placed next to each other in memory

different data types placed next to each other in memory

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Find the output of the following code:

1,20

20,1

25

20,30

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Correct the following code:

(code > 1? printf ("\nHello"): printf ("\nHi")) ;

(code > 1? printf ("\nHello"): printf ;

(? printf ("\nHello"): printf ("\nHi")) ;

(code > 1? printf ("\nHello"): printf ("\nHi"))

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?