100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Advanced Programming in C++ Cisco Chapter9 Assessment CA$6.98   Add to cart

Exam (elaborations)

Advanced Programming in C++ Cisco Chapter9 Assessment

 18 views  0 purchase
  • Course
  • Institution

Advanced Programming in C++ Cisco Chapter9 Assessment Answers

Preview 3 out of 24  pages

  • September 2, 2022
  • 24
  • 2020/2021
  • Exam (elaborations)
  • Questions & answers
avatar-seller
Attempt History
Attempt Time Score

KEPT Attempt 2 22 minutes 20 out of 22

LATEST Attempt 2 22 minutes 20 out of 22

Attempt 1 36 minutes 15.5 out of 22
Answers will be shown after your last attempt
Score for this attempt: 20 out of 22
Submitted Dec 28 at 4:36pm
This attempt took 22 minutes.

Question 1
pts
What will happen when you attempt to compile and run the following code?

#include <iostream>
using namespace std;
template<class T>
void f(T &a)//LINE I
{
cout << 1 + a << endl;
}
int main()
{
int a = 1;
f(a);//LINE II
return 0;
}




compilation error in LINE I



runtime error at LINE II



compilation error in LINE II



program outputs: 2

,program outputs: 3



program outputs: 1



Question 2
pts
What will happen when you attempt to compile and run the following code?

#include <iostream>
using namespace std;
template<class T>
void f(T &a)//LINE I
{
cout << 1 + a << endl;
}
void f(double &a)//LINE II
{
cout << 2 + a << endl;
}
int main()
{
int a = 1.5;
f(a);//LINE II
return 0;
}




compilation error in LINE I



program outputs: 3.5



compilation error in LINE II



program outputs: 2

, program outputs: 2.5



runtime error at LINE II



Question 3
pts
What will happen when you attempt to compile and run the following code?

#include <iostream>
using namespace std;
template<class T>
void f(T &a)//LINE I
{
cout << 1 + a << endl;
}
void f(double &a)//LINE II
{
cout << 2 + a << endl;
}
int main()
{
double a = 1.5;
f(a);//LINE II
return 0;
}




program outputs: 2



compilation error in LINE I



program outputs: 2.5



runtime error at LINE II

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller arviemontemayor. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for CA$6.98. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

77764 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
CA$6.98
  • (0)
  Add to cart