1 answer
1
#include<stdio.h #include<math.h int main(){ int M_PI=25; printf("%d",M_PI); return 0; }Run Time ErrorCompile Time Error25Gargabe value
2 answers
3
When a function is recursively called, all automatic variables :are initialized during each execution of the functionare retained from the last executionare maintained in...
1 answer
5
The amortized time complexity to perform ______ operation(s) in Splay trees is $O(\log n)$.SearchSearch and Insert Search and DeleteSearch, insert and delete
1 answer
8
1 answer
9
If language $L=\{a^n b^n \mid n \geq 0\}$, then language $L^2$ is given by$\{a^{2n} b^{2n} \mid n \geq 0\}$$\{a^n b^n a^n b^n \mid n \geq 0\}$$\{a^n b^n \mid n \geq 0\}$$...
0 answers
10
0 answers
11
​​Let $a$ be the root of the polynomial $f(x)$ of multiplicity 1. Then $a$ is a root of polynomial $((x-a) / 2) (f’(x) + f’(a)) – f(x) +f(a)$ of multiplicityexa...
2 answers
12
Which of the following are true for relational database?Number of rows is cardinality, number of columns is degreeTuple is an entity, column is a relationRelation is an e...