Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Practice Exercises for C# (Learning Path) [closed]

Tags:

c#

I am looking for some exercises or small tasks (Similar to one we get in exams). I have a book which teaches the theory and some example and I do get the Idea from the text but I need exercises to get satisfaction that I really know the basics and syntax etc. Thanks

like image 487
Jasmine Appelblad Avatar asked Dec 19 '09 16:12

Jasmine Appelblad


People also ask

How can I practice C at home?

Begin with solving basic level logical questions, and while solving always follow the best approach and best practices. Show activity on this post. A really good way to exercise C is to read (or reread) The C Programming Language (K&R) and to do every exercise at the end of each chapter.

Where can I practice C problems?

CodeChef discussion forum allows programmers to discuss solutions and problems regarding C Programming Tutorials and other programming issues.

Is C easy for beginners?

C language is simple and easy to learn. C is a machine independent language, which means a C program written one machine can run on another machine without requiring a code change. C is a compiler based language and it supports only useful features which makes the compilation of C file fast.


2 Answers

Try this, http://www.yoda.arachsys.com/csharp/teasers.html, from Jon Skeet, one of the gurus. Thought it might be a little bit advanced, it might be worth trying it out

Edit: Adding SPoj after reading this SO post

like image 123
ram Avatar answered Oct 15 '22 08:10

ram


You could try Project Euler or Dave Thomas' Code Kata.

like image 32
Phil Booth Avatar answered Oct 15 '22 08:10

Phil Booth