Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
C++ Primer
by
Stanley B.Lippman, Josee Lajoie, Barbara E.Moo
Edition:
5th Edition
ISBN13:
978-0-321-71411-4
ISBN10:
0 -321-71411-3
591
C++ programming
Home
Books
C++ Primer
Similar Books
No books found
Title
Chapter: 6 /
Q: 17
Write a function to determine whether a string contains any capital letters
Chapter: 6 /
Q: 18
Write declarations for each of the following functions. When you write these declarations, use the name of the function to indicate what the function does
Chapter: 6 /
Q: 19
Given the following declarations, determine which calls are legal and which are illegal. For those that are illegal, explain why
Chapter: 6 /
Q: 20
When should reference parameters be references to const? What happens if we make a parameter a plain reference when it could be a reference to const
Chapter: 6 /
Q: 21
Write a function that takes an int and a pointer to an int and returns the larger of the int value or the value to which the pointer points. What type should you use for the pointer
Chapter: 6 /
Q: 22
Write a function to swap two int pointers
Chapter: 6 /
Q: 23
Write your own versions of each of the print functions presented in this section. Call each of these functions to print i and j defined as follows
Chapter: 6 /
Q: 24
Explain the behavior of the following function. If there are problems in the code, explain what they are and how you might fix them
Chapter: 6 /
Q: 25
Write a main function that takes two arguments. Concatenate the supplied arguments and print the resulting string
Chapter: 6 /
Q: 26
Write a program that accepts the options presented in this section. Print the values of the arguments passed to main
total questions:
591
Previous
35
36
37
38
39
Next
Questions
591
Views
Best Answers
299
Points
5
×
Close
add reason
reason