Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
D Programming Interview Questions and Answers
Home
Questions
D Programming
+1
vote
What Is Immutable Good For?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#immutable-good
d-programming
+1
vote
Are Static Class Members Covered By Transitive Const?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#tansitive-const
class-member
d-programming
+1
vote
Why Aren't Function Parameters Const By Default?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#const-parameter
d-progamming
+1
vote
How Does Const Differ In C++?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#const
d-programming-const
+1
vote
Why Not Use Readonly To Mean Read Only View?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#read-only-file
mean-read
d-programming-read
+1
vote
What Is Logical Const?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#logical-const
d-programming-logical-const
0
votes
What Is Tail Const?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#tail-const
d-progamming
+1
vote
What Is Head Const?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#head-const
d-programming
+1
vote
What Is Transitive Const?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#tansitive-const
d-programming-transitive-const
+1
vote
What Principles Drove The D Const Design?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#d-const-design
const-design
const-d-programming
+1
vote
Why Does D Have Const?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#constant
d-programming-constant
+1
vote
Why Can't Nested Functions Be Forward Referenced?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#nested-functions
d-programming-nesting
+1
vote
Why Allow Cast(float) If It Isn't Supposed To Work?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#type-case
float
d-programming
0
votes
Can't A Sufficiently Smart Compiler Figure Out That A Function Is Pure Automatically?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#compiler
c-compile
d-compile
+1
vote
Isn't Garbage Collection Slow And Non-deterministic?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#garbage-collection
d-programming-garbage
+1
vote
Why Doesn't D Use Reference Counting For Garbage Collection?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#d-reference
garbage-collection
d-programming
+1
vote
Why Doesn't D Have An Interface To C++ As Well As C?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#c-plus-plus
interface-d-programming
+1
vote
When Should I Use A Foreach Loop Rather Than A For?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#d-programming-loop
loop
fpr-loop
0
votes
Why Aren't All Digital Mars Programs Translated To D?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#d-program
program-translate
0
votes
Why Not Support Regular Expression Literals With The /foo/g Syntax?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#foo
foo
g-syntax
0
votes
Can I Link In C Object Files Created With Another Compiler?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#c-compiler
c-object
d-programming
0
votes
The ‘~’ Is Not On My Keyboard?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#tild-keyboard
d-prorgramming
0
votes
Why Is Overloading Of The Assignment Operator Not Supported?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
operator-overloading
assignment-operator
d-programming
0
votes
Why Are Floating Point Values Default Initialized To Nan Rather Than 0?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#floating-point
d-programming
0
votes
How Do I Get Printf() To Work With Strings?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#printf-d-programming
0
votes
How Do I Do Anonymous Struct/unions In D?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#struct
unions
union-d-porgramming
0
votes
What Is The Point Of 80 Bit Reals?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#80-bit
bit-reals
d-programming
0
votes
Why Have An Asm Statement In A Portable Language?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#asm-statement
portable-language
0
votes
Can't Unit Testing Be Done In C++ With An Add-on Library?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#c-plus-plus
d-library
0
votes
Can't Garbage Collection Be Done In C++ With An Add-on Library?
answered
Mar 5, 2021
in
D Programming
by
SakshiSharma
#c-plus-plus
d-library
To see more, click for all the
questions in this category
.
...