CRYPTERS-ROUND-2

Quiz
•
Other
•
University
•
Hard
ANIMESH Chennai
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following declaration is not supported by C language?
String str;
char *str;
float str = 3e2;
Both String str; & float str = 3e2;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to prevent any changes in the variable within a C program?
immutable
mutable
const
volatile
Answer explanation
const is a keyword constant in C program.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an example of iteration in C?
for
while
do-while
all of the mentioned
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of following is not accepted in C?
static a = 10; //static as
static int func ; //parameter as static
static static int a; //a static variable prefixed with static
all of the mentioned
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is meant by ‘a’ in the following C operation?
Fp = fopen(“Random.txt”, “a”);
Attach
Append
Apprehend
Add
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A normal queue, if implemented using an array of size MAX_SIZE, gets full when?
Rear = MAX_SIZE – 1
Front = (rear + 1)mod MAX_SIZE
Front = rear + 1
Rear = front
Answer explanation
When Rear = MAX_SIZE – 1, there will be no space left for the elements to be added in queue. Thus queue becomes full.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not the type of queue?
Ordinary queue
Single ended queue
Circular queue
Priority queue
Answer explanation
Queue always has two ends. So, single ended queue is not the type of queue
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
round 2

Quiz
•
University
15 questions
Coding Golf Event 2

Quiz
•
University
15 questions
MP Proficiency Test - RUSH

Quiz
•
University
20 questions
Techwiz - ICL2.0 Quiz

Quiz
•
University
20 questions
Lecture SIX.

Quiz
•
University
20 questions
External Anatomy Swine

Quiz
•
9th Grade - University
19 questions
Interprocess communication

Quiz
•
University
20 questions
SET 2 quiz

Quiz
•
University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade