Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
Polymorphism
flowchart
Home
Questions
Questions
Study lists
Kasim Kamal Questions
290 Questions
Explain each of the following definitions. Indicate whether any are illegal and, if so, why
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
175
What does the following program do?
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
168
Explain the key differences between pointers and references
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
228
Write code to change the value of a pointer. Write code to change the value to which the pointer points
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
221
What does the following code print?
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
172
Which, if any, of the following assignments are invalid? If they are valid, explain what they do
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
184
Which of the following definitions, if any, are invalid? Why?
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
193
We can define multiple references in a single definition. Each identifier that is a reference must be preceded by the & symbol
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
173
A reference defines an alternative name for an object. A reference type “refers to” another type. We define a reference type by writing a declarator of the form &d, where d is the name being declared
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
454
Is the following program legal? If so, what values are printed?
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
174
What is the value of j in the following program
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
204
Once a name has been declared in a scope, that name can be used by scopes nested inside that scope. Names declared in the outer scope can also be redefined in an inner scope
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
190
The same name can refer to different entities in different scopes. Names are visible from the point where they are declared until the end of the scope in which the declaration appears
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
179
Total:
290
Previous
15
16
17
18
19
Next
Go