Answer:
I don't work with C but I work with C++, from what I can understand it would be 4. All parameters need to be there for this function to work properly. I apologize if this is wrong, but I've never worked with C before.
Explanation:
Answer:
class series
{
public static void[]
main[string args[]]
{
into, I, n=4;
for(i=1;i<=n;i++)
{
d=i*i*i;
system. out. print(d+",");
}
}
}
Explanation:
java?
Answer: True
Explanation:
The lines connecting an entity with a relationship whether single or double line refer to another constrain called “Existence Dependency Constraint” (also called “Participation Constraint”).
Answer:
The value of the following expression is "2".
Explanation:
Here x has value 2 means x=2,and y has value 2 means y=2.
so (x+3)/(4-y)
(2+3)/(4-2)
5/2 it gives 2 because /(slash) operator gives the quotient part .The slash operator divide the left hand operand by the right hand operand.On dividing 5/2 it returns integer value i.e 2.