
ERROR ELEGANCE

Quiz
•
Other
•
University
•
Hard
39 Janani
Used 4+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Size of wchat_t is
2
4
2 or 4
Depends on number of bits in system
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following types is the language C++?
Procedural
Statically typed language
Dynamically typed language
All of the above
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Total types of errors in C++.
1
2
3
4
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Find the output of the following program.
main(){
Float a = 5;
switch(a){
Case 5: cout <<”Interviewbit”;
Default: cout <<”Scaler”;
}}
Interviewbit
Scaler
error
InterviewbitScaler
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How many times will the print statement be executed?
main(){
int i = 0;
label:
cout << “Interviewbit;
i++;
if(i < 3){
goto label;
}}
1 time
2 times
3 times
error
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code snippet?
#include <stdio.h>
int main() {
int a = 3, b = 5;
int t = a;
a = b;
b = t;
printf("%d %d", a, b);
return 0;
}
3 5
3 3
5 3
5 5
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
If p is an integer pointer with a value 1000, then what will the value of p + 5 be?
1020
1005
1004
1010
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
ULANGAN SEMSTER GENAP MAPEL PD

Quiz
•
12th Grade - University
25 questions
UNIT - 2 A Understanding Parsers in Compilers

Quiz
•
University
33 questions
Javascript I

Quiz
•
University
25 questions
round 2

Quiz
•
University
25 questions
C Programming

Quiz
•
12th Grade - University
30 questions
Webathan

Quiz
•
University
25 questions
Round 2- Syntax ShowDown

Quiz
•
University
30 questions
final round

Quiz
•
University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade