answersLogoWhite

0

How do you write a program in c language?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

first learn it from some tutorial available on net

and use compilers or IDE's

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write a program in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


Can you write program by c language in dos?

Yes.


How do you write an Algorithm for a C plus plus Program?

You don't write an algorithm for a C++ program, unless you are documenting the C++ program after-the-fact. The normal procedure is to write the algorithm first, in a language independent fashion, and then translate that stated algorithm into C++ code, or into whatever language you wish.


Connect c language to internet database?

Yes, you can write a program in C language which connects to a database.


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


Write down a program for hotel management in c language?

ponka


How can program for c language?

first think of the logic and then write the statements


Write a program of binary heap in c or c language?

to implement operations on binary heap in c


How to write a Program in C language to draw a house?

here you go nah...


How do you write palindrome program in c language?

int pallindrom(int p){ /*write all logic*/ }


Write a program in FORTRAN C language to compute control ratios used in budgeting with reference to any organization?

if u give control ratios used in budgeting i can write program in C/C++


How do you Write A program in c language for checking a diagonal matrix?

Write a program in c++ that take input in a integer matrix of size 4*4 and find out if the entered matrix is diagonal or not.