What kind of project can we do in C language except developing games in C code?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Trainer for Python, Data Science, Embedded Systems

C language can be used to execute many different Projects like below http://www.amfastech.com/2014/09/10-miniprojects-inc-with-source-code.html 1. Cricket Score Board Project: How to Execute â?? Extract the project files and run ScoreSheet.exe file to execute the project. 2. Customer Billing System...
read more
C language can be used to execute many different Projects like below http://www.amfastech.com/2014/09/10-miniprojects-inc-with-source-code.html 1. Cricket Score Board Project: How to Execute â?? Extract the project files and run ScoreSheet.exe file to execute the project. 2. Customer Billing System Project: How to Execute â?? Load the CustomerBillingSystem.c in to C editor and execute the program in routine way. 3. Typing Tutor Project How to Execute â?? Extract the project files into a separate folder and run TT.exe file to execute the program. 4. Hospital Management System Project How to Execute â?? Extract the project files in to a folder and run Hospital Management Project.exe file to execute the project. You can even load the Hospital Management project.c file into C editor and execute the program the routine way. 5. Calendar Application Project How to Execute â?? Extract the project files in to a folder and run calendar.exe file to execute the project. You can even load the calendar.c file into C editor and execute the program the routine way. 6. Employee Record System Project How to Execute â?? Extract the project files in to a folder and run Employee Record System.exe file to execute the project. You can even load the Employee Record System.c file into C editor and execute the program the routine way. 7. Cyber Management System Project How to Execute â?? Extract the project files and run the client side and server side main.exe files to execute the project. 8. Medical Store management System Project How to Execute â?? Extract the project files in to a folder and run Medical Store Management.exe file to execute the project. You can even load the Medical Store Management.c file into C editor and execute the program the routine way. 9. School Billing System Project How to Execute â?? Extract the project files in to a folder and run School Billing System.exe file to execute the project. You can even load the School Billing System.c file into C editor and execute the program the routine way. read less
Comments

Related Questions

Why is there no C-- language that simplifies the C language?
C++ stands for additional functionality and the original programming language was C. There is no downgraded version of C so there is no C--.
Komal
0 0
7
How do we print something, e.g. my name, in C language without using the printf function?
int main() { char str1; char str1; strcpy (str1,"tutorialspoint"); strcpy (str1,"compileonline"); puts(str1); puts(str1); return (0); } Compile and run the above program to produce the following result tutorialspoint compileonline
Praveen
0 0
6
Why are there so many programming languages if most programmers use C, C++, Java, and PHP?
This question has the same answer as the question"Why there are so many languages?" has... As they were ask meant for different purpose to serve for different platforms... For short: Link it to the languages used
Veerendra
0 0
7
What is the difference between a string and an array?
String is array of characters terminated with null.
Rakes
Can stdout be forced to print somewhere other than the screen?
Although the stdout standard stream defaults to the screen, you can force it to print to another device using something called redirection
Vijay
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C Program-Error Handling
//Header files #include<stdio.h>#include<conio.h>#include<stdlib.h> //Main function void main(){ int dividend=10; int divisor=0; int quotient; //Function for clearing screen clrscr(); ...

Some interview questions for freshers on C language
Q1. What are the two forms of #include? There are two variants of #include. The one is #include and the other one is #include”file”. In general the first form that is #include is used to...

Is It Fine To Write “void main()” Or “main()” In C/C++?
The definition: void main() { /* ... */ } Is not and never has been C++, nor has it even been C. See the ISO C++ standard 3.6.1 or the ISO C standard 5.1.2.2.1. A conforming...

How to write shared library program using C Programming?
Library Name : hellofilename : hello.c#include void Hello(){ printf("Hello World .. How are you 1\n");}======================================Header File:hello.h#ifndef __HELLO_H#define __HELLO_Hvoid Hello(void);#endif===============================Application...

Variables
Variables in C Language:A variable is a name that may be used to store a data value. Unlike constant, variables are changeable, we can change value of a variable during execution of a program. A programmer...

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you