Search Header Logo

C Programming Quiz

Authored by Shruthi S M

English

Professional Development

Used 3+ times

C Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1var

var_1

var-1

int

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid identifier?

_main

main_

3main

main3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable in C?

variable

define

int

var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the default value of a local variable in C if not initialized?

0

Garbage value

NULL

Compilation error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to declare multiple variables of the same type?

int a, b, c;

int a = b = c = 0;

int a; b; c;

declare int a, b, c;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of int data type in most 32-bit C compilers?

2 bytes

4 bytes

8 bytes

Depends on the system

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a single character in C?

char

string

character

int

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?