ERROR ELEGANCE

ERROR ELEGANCE

University

30 Qs

quiz-placeholder

Similar activities

Modeule-I-C

Modeule-I-C

University

25 Qs

tech

tech

University

25 Qs

HTML and CSS

HTML and CSS

University

30 Qs

JavaScript

JavaScript

University

30 Qs

Quiz P7

Quiz P7

University

30 Qs

Python Code Clash

Python Code Clash

University

30 Qs

Desarrollo Web_Bloque

Desarrollo Web_Bloque

University

34 Qs

kuiz phyton

kuiz phyton

University

25 Qs

ERROR ELEGANCE

ERROR ELEGANCE

Assessment

Quiz

Other

University

Hard

Created by

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

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?

Discover more resources for Other