first round quiz

first round quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

วิชาการเขียนโปรแกรมภาษา Pyhton รหัส 32201

วิชาการเขียนโปรแกรมภาษา Pyhton รหัส 32201

Professional Development

20 Qs

Mapeamento e Normalização BD

Mapeamento e Normalização BD

University - Professional Development

15 Qs

Python - List (metods)

Python - List (metods)

Professional Development

20 Qs

Introduction to Machine Learning

Introduction to Machine Learning

University - Professional Development

20 Qs

Soal Posttest TKP (TIK)

Soal Posttest TKP (TIK)

KG - Professional Development

20 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

UH INFORMATIKA BAB BERFIKIR KOMPUTASIONAL

UH INFORMATIKA BAB BERFIKIR KOMPUTASIONAL

Professional Development

20 Qs

Salesforce Developer

Salesforce Developer

Professional Development

20 Qs

first round quiz

first round quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

dev kings

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...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  • 1.What is the output of this C code?

     #include void main()

    { int x=1,y=0,z=5;

    int a=x&&y||z++;

    printf("%d",z);

    }

6

5

0

varies

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt


  • 2.What is the output of this C code?

    #include void main()

    { int x=1,z=3;

    int y=x<<3;

    printf("%d\n",y);

    }  


-2147483648

Runtime Error

8

-1

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt


  • 3.What will be the output?

    void main() {

    i=0x10+010+10;

    printf("\nx=%x",i);

    }  


I=34

x=22

x=34

error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  •  

    4.Int i=20;

    Printf(“%X”,i);

    What is the output?

20

15

14

error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  •  

    What will be the size of the following union declaration?

    Union test { 

    int x; 

     char y; 

    float z; 

     };       

5

4

6

7

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the size of the following union declaration?

struct test{

  int x;

char y;

 float z;

 };

4

5

6

7

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

7.What will be the output of the following C code?

#include int main()

{ int x = 1, y = 2;

int z = x & y == 2;

printf("%d\n", z);

}

0

1

error

depends on complier

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?