Print integer 100 in octal, hexadecimal and decimal, using stream manipulators and separated by tabs.

What will be an ideal response?

```
cout << oct << 100 << '\t' << hex << 100 << '\t' << dec << 100;
```

Computer Science & Information Technology

You might also like to view...

A textbox is a region of a slide reserved for inserting text or graphics.

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

Computer Science & Information Technology

You should keep keywords and description short and concise to ensure that all ____________________ will include your site.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology