Search Header Logo

Expression in C Programming

Authored by Abhishek Pandey

Computers

University

Used 504+ times

Expression in C Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers