1 votes
1
Consider the following set of lines :|x|+|y|=1Area enclosed by them isA)1 B)2 C)3 D)4
3 votes
2
Evaluate the given limit :$lim_{x\rightarrow0} \ {\Large \frac{(1+x)^{\frac{1}{x}}-e}{x}}$options :$ \\ a) \frac{e}{8} \\ b) -\frac{e}{2} \\ c)- \frac{e}{4} \\ d) 1$
0 votes
5
consider the following table TAB15210315SELECT * FROM T WHERE EXISTS (SELECT COUNT(*) FROM T WHERE B=2);NO. of rows returned by above query__________
2 votes
6
If B has eigenvalues 1, 2, 3, C has eigenvalues 4, 5, 6, and D has eigenvalues 7, 8,9, what are the eigenvalues of the 6 by 6 matrix A =[ B C , 0 D] ?
0 votes
7
if getc returns an integer value, then why is it returning the value that a user inputs.#include <stdio.h>int main(){ printf("%c", getc(stdin)); return(0);}
4 votes
8
check sum of 1001001110010011 and 1001100001001101 of 16 bit segment is a)1010101000011111b)1011111000100101c)1101010000011110d)1101010000111111