Day 2 C Programming quiz

Day 2 C Programming quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

MindSpace Computers C Test-5

MindSpace Computers C Test-5

Professional Development

15 Qs

c program -basic

c program -basic

Professional Development

10 Qs

Practice Test Operator and Control Flow Statement 01

Practice Test Operator and Control Flow Statement 01

Professional Development

15 Qs

Career Opportunities in IT : {Shakeel Juman}

Career Opportunities in IT : {Shakeel Juman}

Professional Development

10 Qs

java

java

University - Professional Development

8 Qs

MindSpace Computers C Quiz-1 2025

MindSpace Computers C Quiz-1 2025

Professional Development

13 Qs

C PROGRAMMING BASICS-QUIZ-1

C PROGRAMMING BASICS-QUIZ-1

Professional Development

15 Qs

Lenguaje C

Lenguaje C

Professional Development

15 Qs

Day 2 C Programming quiz

Day 2 C Programming quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Phantom Techlogics

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operator % in C Language is called.?

Percentage Operator

Modulo Operator

Division Operator

Quotient Operator

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int b = 5 + 4.867;

b is ........

b = 5

b = 9.867

b = 9

compiler error.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int main()

{

int a=0;

a = 4 + 5/2*10 + 5;

printf("%d", a);


return 0;

}

The output of the above code is,

29

None of these

5

34

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a a valid type of variable name

sum

sum$value

float

piece flag

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operators used in C programming language

Arithmetic Operators

Logical Operators

Conditional Operator

All the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A local variable is stored in ___

Stack segment

Code segment

Heap segment

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When applied to a variable, what does the unary "&" operator yield?

The variable's address

the variable's right value

the variable's binary form

the variable's value

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?