Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Asmaamasry Questions
705 Questions
Write a program that accepts the options presented in this section. Print the values of the arguments passed to main
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
206
Write a main function that takes two arguments. Concatenate the supplied arguments and print the resulting string
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
221
Explain the behavior of the following function. If there are problems in the code, explain what they are and how you might fix them
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
213
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
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
179
Write a function to swap two int pointers
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
177
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
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
194
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
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
324
Given the following declarations, determine which calls are legal and which are illegal. For those that are illegal, explain why
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
203
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
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
308
Write a function to determine whether a string contains any capital letters
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
199
The following function, although legal, is less useful than it might be. Identify and correct the limitation on this function
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
264
Explain the rationale for the type of each of find_char’s parameters In particular, why is s a reference to const but occurs is a plain reference
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
216
Give an example of when a parameter should be a reference type. Give an example of when a parameter should not be a reference
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
207
Total:
705
Previous
16
17
18
19
20
Next
Go