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.
Answer:
Mistakes can be caught early by working in short spurts that allow for immediate review, learning and adjustment. :)
Answer:
I don't know
Explanation:
with data you can access all things in the world
To assist in tasks in which you tell/want your computer to achieve.
She can click on the undo button located depending on the program she is using. (ms word: on the top left corner)
or she can hold the ctrl button on her keyboard while she is pressing the z letter.