SUPPORT

Ai assistant

AI Assistant Icon

FAQ

What is C-kata?

C-kata is an online platform to practice the C programming language through challenges of different difficulty levels with automatic solution checking.

Do I need to install anything?

No. Everything runs in the browser: code editor, compilation, and test execution.

What are XP and grades?

XP (experience points) are earned for solving challenges. As you gain XP, your grade increases: Siran (Novice) → Kyu (Apprentice) → Dan (Journeyman) → Sensei (Master).

What are coins (CKC)?

CKC are in-platform credits. You earn them for solving challenges or buy them directly. 1 CKC = €0.1.

How can I buy coins?

On the Pricing page. You can choose packages (10, 25, 50 CKC) or a custom amount. Payments are supported in EUR (Visa/Mastercard).

What happens when I press Run Tests?

Your code is compiled, executed in a sandbox, and checked against test cases. Results are shown instantly.

Can I get a refund for coins?

Refunds are only possible if a technical issue prevented your purchase from being completed.

Can I use C-kata on my phone?

Yes, the editor works in mobile browsers, but the best experience is on desktop or laptop.

Can I practice C++ or C# here?

Yes. C-kata is part of an ecosystem with cppkata.com (C++) and csharpkata.com (C#). You can switch tracks anytime.

Are solutions shared with other users?

No. Your code stays private. You can share it manually if you want feedback.