Answer:
Formula is a sequence of cell referenced operators to do calculations.
Answer:
OS: Operating System
The operating system performs all the basic tasks of any computer or mobile, such as memory management, file management, input and output handling, process management, etc.
Explanation:
Answer:
False.
Explanation:
The statement #include<math.h> means it is telling the compiler to include the the C language library math.h. It contains different math mathematical functions such as pow,ceil,floor,log,log10 etc.
#include is a preprocessor directive and it is used to paste the code the file that is provided in the #include to the current file.
Answer:
bro it is a question what is this
Explanation:
please follow me
Answer:
General purpose computers are designed to be able to perform variety of tasks when loaded with appropriate programs, while special purpose computers are designed to accomplish a single task.