answersLogoWhite

0


Best Answer

You're supposed to do your homework yourself. (Mind you, you have to hav at least one function called main.)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a Program in c language to find the LCM without using functions?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the importance of functions in a c plus plus program?

Functions are very important in C++, as you can't write the simplest program to print hello without using a function. Overall you can say that function are building blocks of a C++ program. Functions can also be defined by the programmer to reduce program size.


Write a program to illustrate the usage of pointers with arrarys and functions?

* * * * * * * * * * write the c++ program and show me brifily?


How many functions in c progamming?

One or more. (In other words: you cannot write a program without at least one function.)


Write a program in C without any functions?

It is not possible. In C, any program must have at least one function to be able to compile and execute properly: the function main()


Which language is used to write a source program in computer?

There are so many programming languages that it is impossible to tell without actually seeing the source program in question.


Write Client and server program in C language using UDP?

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


Write a program in C language to multiply any two numbers without using in source code?

The question is malformed and incomprehensible.


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


What is the purpose of function in PHP program?

The function keyword in PHP allows users to define functions beyond those built into the language, like so: function isFour ($number) { return $number == 4; }Functions in any language, including PHP, allow the developer to re-use their code. Without functions all of the code required to do the simplest of tasks must be re-written constantly; but with functions you must only write the code once and then call it whenever needed.


Can you write a program without main in c?

Certainly, you can write a program without main, but you cannot build an executable from it, if that is okay with you.


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

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


How do you make a program for PC's?

Learning to program is a bit complex as you must learn a language in computer programming such as C or C++. This language must be manipulated to do certain functions that you deem worthy then the separate functions must be programmed to come together and work as a unit and not have a conflict of interests in able to work properly.