C Programming Quiz

C Programming Quiz

12th Grade

48 Qs

quiz-placeholder

Similar activities

MIDTERM EXAMNINATION OF IT FUNDAMENTAL

MIDTERM EXAMNINATION OF IT FUNDAMENTAL

12th Grade

50 Qs

Year 8 - End of Year Revision

Year 8 - End of Year Revision

9th - 12th Grade

44 Qs

[AP CSP] Unit 1: PC Components, Logic Gates, Number Systems

[AP CSP] Unit 1: PC Components, Logic Gates, Number Systems

9th - 12th Grade

50 Qs

Big Idea 2- Data, AP CSP

Big Idea 2- Data, AP CSP

9th - 12th Grade

44 Qs

Year 8 Revision quiz

Year 8 Revision quiz

9th - 12th Grade

48 Qs

Binary

Binary

12th Grade

45 Qs

CSIM PLTW

CSIM PLTW

8th - 12th Grade

50 Qs

PLTW Computer Science

PLTW Computer Science

8th - 12th Grade

50 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ramesh Varma

Used 1+ times

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct declaration of an integer variable in C?

int 1x

int x1

float x1

char x1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of an int data type in C (assuming a 32-bit system)?

2 bytes

4 bytes

8 bytes

1 byte

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would you use to store a single character?

int

float

char

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to declare a constant variable in C?

constant int x = 10

int const x = 10

const int x = 10

b and c

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? printf("%d", sizeof(char));

4

2

1

8

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name in C?

var1

_var

1var

var_1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of an uninitialized local variable in C?

0

NULL

Garbage value

-1

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?