C Programming Quiz

C Programming Quiz

Professional Development

35 Qs

quiz-placeholder

Similar activities

KLU- CLUSTER -6 DAY-7

KLU- CLUSTER -6 DAY-7

Professional Development

30 Qs

RMP-2025-SOC23-Day 3-2

RMP-2025-SOC23-Day 3-2

Professional Development

30 Qs

ภาษาอังกฤษอินเทอร์เน็ต

ภาษาอังกฤษอินเทอร์เน็ต

Professional Development

40 Qs

5.Variables

5.Variables

Professional Development

40 Qs

MGNF - 54

MGNF - 54

University - Professional Development

40 Qs

APTITUDE TEST CodingBlocks LPU

APTITUDE TEST CodingBlocks LPU

Professional Development

30 Qs

питон3

питон3

Professional Development

30 Qs

Quiz 1 | YKS Dil - YDS- YÖKDİL

Quiz 1 | YKS Dil - YDS- YÖKDİL

8th Grade - Professional Development

30 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

English

Professional Development

Medium

Created by

Shruthi S M

Used 3+ times

FREE Resource

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

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?