Question 4 (1 point) Question 4 options: What is the output produced by the foll
ID: 3913711 • Letter: Q
Question
Question 4 (1 point)
Question 4 options:
What is the output produced by the following code fragment?
int i = 3;
cout << sqrt(pow(i,4.0)) << endl;
Question 7 (1 point)
What is the value of x after the following code fragment executes?
float x = 36.0;
x = sqrt(x);
Question 7 options:
36.0
6.0
3.0
2.456
Question 11 (1 point)
When you want to jump to a function while your program is running, you would make a __________.
Question 11 options:
include directive
tag
cast
formal parameter
actual parameter
statement
cstdlib
function body
function head
string
function call
pseudocode
C++ builtin
Question 13 (1 point)
#include<cmath>
is known as a(n) ___________________.
Question 13 options:
formal parameter
include directive
function body
tag
pseudocode
C++ builtin
cast
string
function call
cstdlib
statement
function head
36.0
6.0
3.0
2.456
Question 11 (1 point)
When you want to jump to a function while your program is running, you would make a __________.
Question 11 options:
include directive
tag
cast
formal parameter
actual parameter
statement
cstdlib
function body
function head
string
function call
pseudocode
C++ builtin
Question 13 (1 point)
#include<cmath>
is known as a(n) ___________________.
Question 13 options:
formal parameter
include directive
function body
tag
pseudocode
C++ builtin
cast
string
function call
cstdlib
statement
function head
Explanation / Answer
Ans:4
output is 9
Ans:7
output is 6.0
Ans:11
function call
Ans:13
include directive
========================================================
Kindly Check and Verify Thanks..!!!
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.