Expression in C Programming

Expression in C Programming

University

10 Qs

quiz-placeholder

Similar activities

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

CODE CAREER

CODE CAREER

University

9 Qs

Module 1 - Programming in C

Module 1 - Programming in C

University

15 Qs

'C'Programming Basics - Prepared by Feroz Khan A.B

'C'Programming Basics - Prepared by Feroz Khan A.B

University

15 Qs

C Quiz2

C Quiz2

University

12 Qs

Array in C

Array in C

University

10 Qs

CS6801- Multi­core Architectures and Programming

CS6801- Multi­core Architectures and Programming

University

10 Qs

C programming-1

C programming-1

University

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