Expression in C Programming

Quiz
•
Computers
•
University
•
Hard
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
Similar Resources on Wayground
12 questions
Printf, scanf

Quiz
•
University
14 questions
Java Operators

Quiz
•
University
12 questions
C Practice Test 1

Quiz
•
University
8 questions
Unit 3 C Pro P1

Quiz
•
University
10 questions
ECE-C Quiz _3

Quiz
•
University
10 questions
Basics of C

Quiz
•
University
9 questions
IPC144 SLG -- Week2

Quiz
•
University
12 questions
C Basics

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade