Answer and Explanation:
In C programming language:
char fun(int*a, int*b){
printf("enter two integers: ");
scanf("%d%d",a,b);
int e;
printf("please enter a character: ");
e=getchar();
return e;
}
int main(int argc, char *argv[]) {
int d;
int f;
int g;
fun();
printf("%d%d%d", d, f, g);
}
We have declared a function fun type char above and called it in main. Note how he use the getchar function in c which reads the next available character(after the user inputs with printf()) and returns it as an integer. We then return the variable e holding the integer value as char fun() return value.
ISO it is an organzation for agreement on internationational of network communication worldwide
OSI is the model for understanding and designing a network architecture
Answer: there is a red "Tally light" that lights up and tell you if it is recording.
Explanation:
Answer:
A. Review of business documents
Explanation:
In information gathering process some research or resolving some technical issue, it is necessary to gather data or enlist highly technical questions concerning the overarching system that is already in place.
To gather answers that are enlisted above can be answered with the help of literature review or review of business document.
Literature review is the review of past work related to some particular topic that can be gather from different journal articles, conference publications or book.