You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: General-Questions/Introduction.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,9 @@ In conclusion, mastering a general knowledge of C# before a technical interview
52
52
-[Q22. Please explain the ?? operator and what is the correct way to use it in your code?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question22.md)
53
53
-[Q23. Can you please explain the use of the as operator in C# and the best way to use it?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question23.md)
54
54
-[Q24. Can you please demonstrate how you would use a bitwise operator in C#? What instances does it make the most sense to use this type of operator?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question24.md)
55
-
-[Q25. Can you please demonstrate how you would use logical operators in C#? Plus can you give instances where it makes the most sense to do so.](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question25.md)
55
+
-[Q25. Can you please demonstrate how you would use logical operators in C#? Plus can you give instances where it makes the most sense to do so.](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question25.md)
56
+
-[Q26. What is an algorithm and can you give me an example?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question26.md)
57
+
-[Q27. Can you describe the steps to your debugging process? Can you give me an example?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question27.md)
58
+
-[Q28. What are reserved words in C#? Can you give me an example?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question28.md)
59
+
-[Q29. Can you explain the difference between the .Net compiler and a GCC compiler? How does these differ in architecture and performance?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question29.md)
60
+
-[Q30. What is Dynamic Dispatch in C# and how is it used?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question30.md)
0 commit comments