Skip to content

Commit 9067603

Browse files
committed
updated the table of contents for general
1 parent a48b4d1 commit 9067603

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

General-Questions/Introduction.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ In conclusion, mastering a general knowledge of C# before a technical interview
5252
- [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)
5353
- [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)
5454
- [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

Comments
 (0)