<span>The answer is </span><span>201326592. The </span>decimal number that the bit pattern 0×0c000000 represent if it is a two's complement integer is 201326592.
Explanation:
There are various basic computer programming languages and one of them is the C language, the base of many computer lanuages.
The code of finding factorial is written below;
CODE
#include<stdio.h>
int main (void)
{
int i,
int factorial =1,
int input;
printf("Enter a number for finding its factorial: ");
scanf("%d",&input);
if (input == 0)
factorial = 0
eles
for ( i =1; I < = input ;i++)
factorial = factorial*i;
printf("Factorial of given %d is: %d",input,factorial);
return 0;
}
It depends on the heater but in most case it works pretty well
Answer:
Entity is any object in the system and that we want to model and store information
eg Lecture , students and Employee
Explanation:
Entity
Entity is any object in the system and that we want to model and store information.
and Entities is usually recognizable concept in which either abstract or concrete
like event , person things and place etc
and that is relevance to database
some common example are :
Lecture , students and Employee