THIS IS FOR MY INTRO TO UNIX/Linux CLASS I NEED THESE ANSWERED ASAP:
Question 31 (1 point)
Which option below will compile the source in the 2011 standard.
Question 31 options:
A |
-std=11c++ |
B |
-std=c++2011 |
C |
-std=c++11 |
D |
-std=2011 |
Question 32 (1 point)
Linking an object file (one ending in .o) into the process of compiling can be done in one or two commands.
Question 32 options:
A | True |
B | False |
Question 33 (1 point)
Given the following URL:
https://part1.anchovie.au/page3
what is the subdomain of the above URL?
Question 33 options:
A |
part1 |
B |
page3 |
C |
anchovie |
D |
au |
E |
https:// |
Question 34 (1 point)
Internet (inter-network) connections connect two or more devices on the same network.
Question 34 options:
A | True |
B | False |
Question 35 (1 point)
The header files ( .h files) should always be included in the g++ command line.
Question 35 options:
A | True |
B | False |