Concept drill
Operators
GATE CSE & IT · Discrete Mathematics - Algebraic Structures · 2017-2024
3
PYQs
100%
keyed
0
elite explanations
3
years appeared
Study anchor
Source-book anchor pending for this concept.
Practice action
Start latest PYQPYQs in this concept
All concepts →2024 Q52
Consider the operators ◊ and □ defined by a◊ b = a + 2b, a□b = ab, for positive integers. Which of the following statements is/are TRUE?
mediumanswer key
2021 PYQ
Consider the following ANSI C program. #include <stdio.h> int main( ) { int i, j, count; count = 0; i = 0; for (j = -3; j = 0) && (i++)) count = count + j; } count = count + i; pri...
mediumanswer keybasic explanation
2017 Q54
Consider the following C Program. #include int main() { int m = 10; int n, nl; n = ++m; n1 = m++; n--; --nl; n -= nl; printf("%d", n); return 0; } The output of the program is ____...
mediumanswer key