P
P
ProblemBook.NET
Search…
P
P
ProblemBook.NET
ProblemBook.NET
LANGS
Задачник.NET
ProblemBook.NET
Oop
Strings
Linq
Multithreading
ValueTypes
Math
“Rounding2” (Solution)
“AugmentedAssignment” (Solution)
“Rounding1” (Solution)
“Rounding2” (Problem)
“Rounding1” (Problem)
“AugmentedAssignment” (Problem)
“DivideByZero” (Solution)
“DivideByZero” (Problem)
“DynamicIncrement” (Solution)
“DynamicIncrement” (Problem)
“Eps” (Solution)
“Eps” (Problem)
“Overflow” (Solution)
“Overflow” (Problem)
Summary
Introduction
Attribution-NonCommercial-NoDerivatives 4.0 International
Powered By
GitBook
“DynamicIncrement” (Problem)
What will the following code display?
1
byte
foo
=
1
;
2
dynamic
bar
=
foo
;
3
Console
.
WriteLine
(
bar
.
GetType
());
4
bar
+=
foo
;
5
Console
.
WriteLine
(
bar
.
GetType
());
Copied!
Solution
Previous
“DynamicIncrement” (Solution)
Next
“Eps” (Solution)
Last modified
3yr ago
Copy link