What will the following code output?
```
int number = 22;
int *var = &number;
cout << var << endl;
```
a. the address of number
b. 22
c. an asterisk followed by 22
d. an asterisk followed by the address of number
a. the address of number
Computer Science & Information Technology
You might also like to view...
A file developed by Microsoft that provides a visual image of a spreadsheet is a portable document format file
Indicate whether the statement is true or false
Computer Science & Information Technology
Present 10 guidelines for creating forms that are easy to use.
What will be an ideal response?
Computer Science & Information Technology