Expression in C Programming

Expression in C Programming

University

10 Qs

quiz-placeholder

Similar activities

2.4 - 2.6

2.4 - 2.6

University

15 Qs

Porcentajes

Porcentajes

University

12 Qs

Logic Based Testing

Logic Based Testing

University

15 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Workshop_1

Workshop_1

University

11 Qs

Programming

Programming

University

12 Qs

Condicionales en Racket

Condicionales en Racket

University

10 Qs

Soal SKD

Soal SKD

University - Professional Development

10 Qs

Expression in C Programming

Expression in C Programming

Assessment

Quiz

Computers

University

Hard

Created by

Abhishek Pandey

Used 503+ times

FREE Resource

AI

Enhance your content in a minute

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

10 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

Which of the following is not logical operator?

&

||

!

&&

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator performs operations on data in Binary Level.

Logical operator

Bitwise operator

Conditional operator

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include <stdio.h>

int main()

{

int a=10, b;

b=a%3;

printf("%d",b);

return 0;

}

0

2

4

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int a = 3.5 + 4.5;

a = 0

a = 7

a = 8.0

a = 8

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The size of character variable in c

2 byte

5 byte

8 byte

1 byte

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include <stdio.h>

int main(){

int x= 5*9/3+9;

printf("%d",x);

return 0;

}

8

24

25

None

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?