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
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
230
What does the following program do?
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
223
Explain the key differences between pointers and references
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
340
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
281
What does the following code print?
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
216
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
242
Which of the following definitions, if any, are invalid? Why?
C++ programming
2022-07-03
Answers
30
Question
40
Followers
30
0
1
247
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
227
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
499
Is the following program legal? If so, what values are printed?
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
226
What is the value of j in the following program
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
258
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
246
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
217
Total:
290
Previous
15
16
17
18
19
Next
Go