Operator % in C Language is called.?
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
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 Quizizz
15 questions
C programming

Quiz
•
University
9 questions
IPC144 SLG -- Week2

Quiz
•
University
9 questions
c language quiz

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
10 questions
Basics Of C Programming

Quiz
•
University
10 questions
Basics of C

Quiz
•
University
10 questions
C Programming - Basics 001

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade