Category: interview questions
Nested String A string S consisting of N characters is considered to be properly nested if any of the following conditions is true: S is empty; S has the …
What is a Garbage Collector in C# (what does it do). Are the objects automatically GC-ed in C#? If not, why/how? Are the structs automatically GC-ed in C#? Tell …
I talked to a job agency and surprisingly the agency asked me 10 questions about C#. I think it is a bit surprising because this is the first time …
@justyy ‘s series of Logits Tests: Introduction to Logic Tests Series Logic Tests Series (2) – DECR We have implemented the DECR function in last series using the only …
Introduction to Logic Tests Series What you can do with this tiny programming language with only 4 instructions? Today, we are going to implement the DECR function which decrements …