208 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
aditi19 asked Dec 18, 2018
1,045 views
Suppose x and y are floating-point variables that have been assigned the values x=8.8 and y=3.5. what will be the value of the following expression?2*x/3*y
0 votes
0 votes
2 answers
2
shaz asked Dec 13, 2018
706 views
How are 2 memory access required here? Only R3 contains a memory address which will be accessed for the operand.
1 votes
1 votes
1 answer
3
pream sagar asked Dec 13, 2018
378 views
For what values of k, the points (k,2-2k),(-k+1,2k) and (-4-k,6-2k) are collinear? ½ ,-½ -1 ,½ 0, 1 -1 , 1
0 votes
0 votes
1 answer
4
pream sagar asked Dec 13, 2018
460 views
Which of the following is the time complexity to find the determinant of an upper- triangular matrix of order n*n? O(n^2.5) O(n) O(n^2) O(1)