Identify the compiler errors and state what is needed to eliminate the error(s).

```
include
Int HowOldAreYou(void);
int main
{
int age;
age = HowOldAreYou(void);
}

```


include
Int HowOldAreYou(void); << int not Int, don’t need (void), () will do.
int main
{
int age;
age = HowOldAreYou(void); << can’t have (void) in call
}

Computer Science & Information Technology

You might also like to view...

What could happen to the contents of a hot-swappable drive if you don't use the Safely Eject option in the Windows taskbar?

a. Nothing. The Safely Eject option is used only for optical discs. b. The data may be corrupted if the drive is not finished writing data. c. The data is always corrupted. d. The drive must be reformatted using the standard format option.

Computer Science & Information Technology

You must configure port rules for each NLB cluster node.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Amazon RDS supports SOAP only through __________.

A. HTTP or HTTPS B. TCP/IP C. HTTP D. HTTPS

Computer Science & Information Technology

A power plan for your computer includes setting a password for when a computer wakes up from sleep.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology