
BCA/IT Sem-1 QuizoByte Round-1

Quiz
•
Computers
•
University
•
Hard
YSM CVS
Used 2+ times
FREE Resource
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
Similar Resources on Wayground
20 questions
Basic Memory Management

Quiz
•
University
20 questions
CSE316_Unit01_Quiz01

Quiz
•
University
26 questions
C Language Basics

Quiz
•
University
20 questions
Quiz Pemrograman Lanjut 2022/2023

Quiz
•
University
20 questions
C - Structures

Quiz
•
University
20 questions
TechnoFuzzle

Quiz
•
University
20 questions
HCI - Quiz 1

Quiz
•
University
20 questions
C++ Quiz

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade