Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Shivamyadav's avatar

Hello everyone I need a C programming mini project ? Any suggestion

link or any idea what should i do for a mini project and why?

0 likes
6 replies
Sinnbeck's avatar

There you go

#include <stdio.h>

int main(void) {
    printf("Hello, World!\n");
    return 0;
}

Or are you looking for ideas? Chat gpt can surely give you a bunch

Sinnbeck's avatar

@Shivamyadav Here. I asked chat gpt for you with your exact words

  1. A simple calculator: You can create a calculator that performs basic arithmetic operations (addition, subtraction, multiplication, and division).
  2. A text-based game: You can create a simple text-based game, such as a choose-your-own-adventure style game or a hangman game.
  3. A program to sort a list of numbers: You can write a program that takes a list of numbers as input and sorts them in ascending or descending order.
  4. A program to check if a number is prime: You can write a program that checks if a given number is prime or not.
  5. A program to convert temperatures: You can write a program that converts temperatures from Celsius to Fahrenheit or vice versa.
1 like

Please or to participate in this conversation.