C Programming Quiz

C Programming Quiz

Professional Development

41 Qs

quiz-placeholder

Similar activities

sains komputer tingkatan 4

sains komputer tingkatan 4

Professional Development

45 Qs

Software engineering

Software engineering

Professional Development

42 Qs

Révisions TLM3A - CPMB - Colombier

Révisions TLM3A - CPMB - Colombier

10th Grade - Professional Development

42 Qs

MS office 2016

MS office 2016

1st Grade - Professional Development

40 Qs

202508500004

202508500004

Professional Development

40 Qs

AZ-900 2  de 3

AZ-900 2 de 3

Professional Development

40 Qs

Java Feature

Java Feature

Professional Development

42 Qs

TUGAS_4 REMEDIAL 1 ANIMASI 2D KELAS XI DKV-1,2,3

TUGAS_4 REMEDIAL 1 ANIMASI 2D KELAS XI DKV-1,2,3

Professional Development

40 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

GIST VOICE

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

30 sec • 1 pt

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

30 sec • 1 pt

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

30 sec • 1 pt

Int i=20; Printf(“%X”,i); What is the output?

20

15

14

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the size of the following union declaration? Union test { int x; char y; float z; };

5

4

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 1 pt

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

Depend on compiler

Access all questions and much more by creating a free account

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

Already have an account?