BCA/IT Sem-1 QuizoByte Round-1

BCA/IT Sem-1 QuizoByte Round-1

University

25 Qs

quiz-placeholder

Similar activities

Input/Output

Input/Output

University

20 Qs

Algoritma Pemrograman

Algoritma Pemrograman

University

20 Qs

3D Objects - Terms & Transfomations

3D Objects - Terms & Transfomations

6th Grade - Professional Development

20 Qs

4-2 final QUIZ in ELEC4

4-2 final QUIZ in ELEC4

University

20 Qs

1.1.3 Input, output and storage

1.1.3 Input, output and storage

11th Grade - University

22 Qs

Digital and Analog transmission

Digital and Analog transmission

University

20 Qs

ICT Unit-2

ICT Unit-2

University

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

BCA/IT Sem-1 QuizoByte Round-1

BCA/IT Sem-1 QuizoByte Round-1

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

YSM CVS

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

What will be the output of the following code?

int a=10, b=20, c=30;

printf("%d", a<b && b<c);

10

20

1

0

2.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Which of the following is NOT a valid storage class in C?

auto

register

static

dynamic

3.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

What will be the value of x after executing this code? int x=5; x = x++ + ++x;

11

12

13

Undefined behavior

4.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Which operator is used to get the remainder in C?

/

%

\

//

5.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

How many times will the following loop execute? for(int i=0; i<10; i+=2) { }

10

5

Infinite

4

6.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Which of the following function declaration is correct for returning a pointer to int?

int *function();

int function();

*int function();

pointer int function();

7.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Which of the following statements about arrays in C is FALSE?

Array elements are stored in contiguous memory locations.

Array indices start from 1.

The size of array must be a constant value.

Arrays can be multidimensional.

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

Already have an account?