C Programming Quiz

C Programming Quiz

Professional Development

41 Qs

quiz-placeholder

Similar activities

CYBER SECURITY

CYBER SECURITY

Professional Development

40 Qs

TIN HỌC 11 HKII

TIN HỌC 11 HKII

Professional Development

41 Qs

Comptia A+ Review

Comptia A+ Review

10th Grade - Professional Development

40 Qs

Lvl 1 Introduction DBMS (QB)

Lvl 1 Introduction DBMS (QB)

Professional Development

39 Qs

Computer Networking Midterm

Computer Networking Midterm

Professional Development

40 Qs

Итоговый тест по Python Middle

Итоговый тест по Python Middle

Professional Development

38 Qs

Pre_Place_Batch_2027_Set_B

Pre_Place_Batch_2027_Set_B

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?