What is the output of the following code?

```
void f()
{
cout << 1 << endl;
}

int main()
{
f();
return 0;
}
```
A. nothing
B. 1
C. 0
D. 0 1
E. 1 0

D. 0 1

Computer Science & Information Technology

You might also like to view...

By default, the Search Companion searches through a folder and its ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

An Access Web app is a special type of Access database that is stored on a SharePoint server.

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

Computer Science & Information Technology