2BASICS - C PROGRAMMING

2BASICS - C PROGRAMMING

Professional Development

20 Qs

quiz-placeholder

Similar activities

PLD_FinalsSAT Quiz

PLD_FinalsSAT Quiz

Professional Development

25 Qs

DECI - Week 4 - round

DECI - Week 4 - round

Professional Development

15 Qs

Pre Test Fundamental Kotlin

Pre Test Fundamental Kotlin

Professional Development

20 Qs

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

Quiz Pratispardha

Quiz Pratispardha

Professional Development

20 Qs

JF UIT 2022 - Game 3

JF UIT 2022 - Game 3

Professional Development

15 Qs

interfaces, final , inheritance

interfaces, final , inheritance

Professional Development

20 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?