C Programming Quiz

C Programming Quiz

Professional Development

35 Qs

quiz-placeholder

Similar activities

MGNF-32

MGNF-32

Professional Development

30 Qs

GRAMMAR (H) UTS Adv. Gram 22 NOV 2021

GRAMMAR (H) UTS Adv. Gram 22 NOV 2021

University - Professional Development

36 Qs

Prepositions EXTRA PRACTICE

Prepositions EXTRA PRACTICE

Professional Development

37 Qs

Lớp 2 unit 13

Lớp 2 unit 13

1st Grade - Professional Development

37 Qs

OSCE UNIT 4

OSCE UNIT 4

Professional Development

30 Qs

LL Bk16 L1 vocab

LL Bk16 L1 vocab

Professional Development

30 Qs

امتحان قواعد وكلمات 3 ث الوحدات الاولي والثانية ومهارات

امتحان قواعد وكلمات 3 ث الوحدات الاولي والثانية ومهارات

Professional Development

36 Qs

Pronoun-Antecedent Agreement

Pronoun-Antecedent Agreement

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

AI

Enhance your content in a minute

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

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?