2 votes
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
1 votes
1 answer
3
2 votes
4 answers
4
0 votes
1 answer
5
0 votes
0 answers
6
1 votes
0 answers
7
​​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...
3 votes
1 answer
8
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\}$$...
1 votes
2 answers
9
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...