John Paul
Assume R (A, B) and S (C, D) relation have the following instances: Find the no. of tuples returned by the following query? (Select B from R) Union All (Select distinct C from S)
Telegram
Raja in Gate CSE (STAY AT HOME)
Assume R (A, B) and S (C, D) relation have the following instances:
Find the no. of tuples returned by the following query?
(Select B from R)
Union All
(Select distinct C from S)
Find the no. of tuples returned by the following query?
(Select B from R)
Union All
(Select distinct C from S)
Forwarded from Disha
What will be the data type returned for the following C function?
#include <stdio.h>
int func()
{
return (double)(char)5.0;
}
a) char
b) int
c) double
d) multiple type-casting in return is illegal
#include <stdio.h>
int func()
{
return (double)(char)5.0;
}
a) char
b) int
c) double
d) multiple type-casting in return is illegal
Disha
What will be the data type returned for the following C function? #include <stdio.h> int func() { return (double)(char)5.0; } a) char b) int c) double d) multiple type-casting in return is illegal
Telegram
Deepali Sharma in Gate CSE (STAY AT HOME)
What will be the data type returned for the following C function?
#include <stdio.h>
int func()
{
return (double)(char)5.0;
}
a) char
b) int
c) double
d) multiple type-casting in return is illegal
#include <stdio.h>
int func()
{
return (double)(char)5.0;
}
a) char
b) int
c) double
d) multiple type-casting in return is illegal