Expression in C Programming

Expression in C Programming

University

10 Qs

quiz-placeholder

Similar activities

Operators in C

Operators in C

University

12 Qs

C programming-1

C programming-1

University

13 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Module 1 - Programming in C

Module 1 - Programming in C

University

15 Qs

ENT110 C Programming Quiz2

ENT110 C Programming Quiz2

University

10 Qs

Structures and union

Structures and union

University

15 Qs

Expression in C Programming

Expression in C Programming

Assessment

Quiz

Computers

University

Hard

Created by

Abhishek Pandey

Used 503+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?