2BASICS - C PROGRAMMING

2BASICS - C PROGRAMMING

Professional Development

20 Qs

quiz-placeholder

Similar activities

Pre Test Fundamental Kotlin

Pre Test Fundamental Kotlin

Professional Development

20 Qs

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

IoT 2: Everything is Programmable

IoT 2: Everything is Programmable

12th Grade - Professional Development

15 Qs

C

C

Professional Development

20 Qs

Flutter Q_0

Flutter Q_0

Professional Development

15 Qs

Think it through

Think it through

University - Professional Development

16 Qs

codePannu  Level 1 Python Course - Week 4 Quiz on Mathematical Operators

codePannu Level 1 Python Course - Week 4 Quiz on Mathematical Operators

Professional Development

15 Qs

2BASICS - C PROGRAMMING

2BASICS - C PROGRAMMING

Assessment

Quiz

Computers

Professional Development

Hard

Created by

A.S.BALAJI Assistant professor CSE

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operator % in C Language is called?
Percentage Operator
Quotient Operator
Modulus
Division

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a right statement. int a = 10 + 4.867;
a = 10
a = 14.867
a = 14
compiler error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the C Program?

returns 1

returns 2

Varies

Compile time error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a C Conditional Operator from the list.
?:
:?
:<
<:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the C Program?

0

1

8

compiler error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a correct C Statement.
a++ is (a=a+1) POST INCREMENT Operator
a-- is (a=a-1) POST DECREMENT Opeartor
++a is (a=a+1) PRE INCRMENT Operator
All the above.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of the C Program?

10

11

compile time error

run time error

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?