Recent questions in Others

0 votes
1 answer
212
What will be the output of the following code? What will be the output of the following code?# include <stdio.h int main ( ) { int a, b, c; a=ox10; b=010; c=a+b; printf (...
0 votes
0 answers
217
0 votes
2 answers
220
Let $R=\{x \mid x \in N, x$ is multiple of $3$ and $x \leq 100\}$ and $S=\{x, x \in N, x$ is a multiple of $5$ and $x<100\}$. What is the number of elements in $(R \cap S...
0 votes
0 answers
222
0 votes
0 answers
223
Find the sum of all four digit numbers formed using the digits $1,2,4$ and $6$.$86,658$$88,8858$$91,958$$93,358$
0 votes
0 answers
224
Consider the following finite automata $\text{F1}$ that accepts a language $\text{L}$Let $\mathrm{F} 2$ be a finite automata which is obtained by reversal of $\mathrm{F} ...
0 votes
0 answers
225
Southerland Hodgeman method is used on Southerland Hodgeman method is used onSmooth curvesLine segmentConvex polygonsConcave polygons
0 votes
1 answer
227
The compiler for high level language that runs on one machine and produces code for other machine is called-Cross compilerMultipass compilerOptimizing CompilerOne pass Co...