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

The object file is in binary code, and the machine understands the binary language. So why object files are not executed?
Object files are sources compiled into binary machine language, but they do not have library files, so they are not executed.
Dhruvil
0 0
9
Can anybody provide me error free coding for graphic program in C??? Animated Smiley program Rotating Fan progran Sunrise program
#include graphics.h #include conio.h #include stdlib.h #include dos.h main() { int gd = DETECT, gm,area,temp1,temp2,left =25,top=75; void *p; initgraph(&gd,&gm,”C:\TC\BGI”); setcolor(YELLOW); circle(50,100,25); setfillstyle(SOLID_FILL,YELLOW); floodfill(50,100,YELLOW); setcolor(BLACK); setfillstyle(SOLID_FILL,BLACK); fillellipse(44,85,2,6); fillellipse(56,85,2,6); ellipse(50,100.205,335,20,9); ellipse(50,100.205,335,20,10); ellipse(50,100.205,335,20,11); area...
Gayu
0 0
8
How can you check to see whether a symbol is defined?
You can use the #ifdef and #ifndef preprocessor directives to check whether a symbol has been defined (#ifdef) or whether it has not been defined (#ifndef).
Name
What are the main characteristics of c programming?
C programming is known for several key characteristics that contribute to its popularity and versatility. First and foremost, C is a procedural programming language, meaning it follows a top-down approach...
Balendra
0 0
6
What is the use of "\n" in C language?
break a line into two and shift the remaining value/ characters to a new line.
Tanush
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-The Odd Loop Demo
/* WAP to print square value of the number entered by user using odd loop*/ //Header Files #include<stdio.h>#include<conio.h> //Main Function void main(){ char another='y'; int num,sq; //...

Difference Between C Language and C Program
C Language: C Language is structured, high level and machine independent language. C Program: C Program is the collection of functions that are supported by C library.
S

Shashwat Kumar

0 0
0

Dynamic Memory Allocation in C using malloc()
#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how many elements ? "); scanf("%d", &n);...

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...

Datatypes in C Language
Data types in C Language Data types specify how we enter data into our programs and what type of data we enter. C language has some predefined set of data types to handle various kinds of data that...

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