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?
@shivamyadav What has this got to do with Laravel? And why can’t you use Google?
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 looking for ideas , or a c mini projects video tutorial?
@Sinnbeck Yeah! sir for school ,only of c language ..
@Shivamyadav Here. I asked chat gpt for you with your exact words
- A simple calculator: You can create a calculator that performs basic arithmetic operations (addition, subtraction, multiplication, and division).
- 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.
- 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.
- A program to check if a number is prime: You can write a program that checks if a given number is prime or not.
- A program to convert temperatures: You can write a program that converts temperatures from Celsius to Fahrenheit or vice versa.
Please or to participate in this conversation.