Basics of decision making statements

Basics of decision making statements

University

12 Qs

quiz-placeholder

Similar activities

GITAM Quiz

GITAM Quiz

University

15 Qs

Engineering terminology 2 Quiz

Engineering terminology 2 Quiz

University

10 Qs

Arrays and Strings in C

Arrays and Strings in C

University

10 Qs

IUCEE ConQuest: The Ultimate Technical Quiz Challenge

IUCEE ConQuest: The Ultimate Technical Quiz Challenge

University

10 Qs

Devoir Initiation Python

Devoir Initiation Python

University

17 Qs

325 SSE Q3

325 SSE Q3

University

15 Qs

Nuclear Safety 3

Nuclear Safety 3

University

10 Qs

Basics of decision making statements

Basics of decision making statements

Assessment

Quiz

Engineering

University

Hard

Created by

Shwetha shree

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____is the control character used for float data type.

%c

%s

%f

%d

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int m=56;

m+=4;

printf("%d",m);

The output of program is _____.

56

64

52

60

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ is the set of operators which operate on binary bits

Relational operators

Arithmetic operators

Bit-wise operators

Conditional Operators

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x=383;

if( ___)

printf("Number is even");

else

printf("Number id ODD");

Fill in the blank.

x/2==0

x%2==0

x%2

x/2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Switch case expression should be_______type

int

char

both int and char are allowed

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we need to repeat set of statements ______control structure is used

decision making

looping

both decision making and looping can be used

None of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ASCII value of 'a' is _____

65

97

122

90

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?