answersLogoWhite

0

Why you use utility function in c?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

I guess you mean predefined functions or library functions. Well, you don't have to use them, but they can be useful.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why you use utility function in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use this function in c programme?

I don't use that function in C programme.


Can you use main function as a recursive function in C?

Yes


What has the author C Kolstad written?

C. Kolstad has written: 'Electric Utility Oil and Gas Use in the Eighties'


What is atk hotkey?

ATK_Hotkey Utility: This is required to make use of all the function key shortcuts.


How do you use getpass in C?

This function is obsolete. Do not use it.


Use a graphing utility to graph the sine function and its polynomial approximation in the sme viewing window?

Yes, I did.


Why you use main function in c?

Because if you donot use main function in c program, the compiler willnot execute the program.C compiler starts execution from main function itself.


What are the importance of law of diminishing of marginal utility?

The importances of law of diminishing marginal utility are given below: a) use in consumption b) use in production c) use in exchange d) use in distribution e) use in public finance.


What is tlink in c plus plus compiler?

TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.


How are settings usually grouped in he cmos setup utility?

By function


What scrabble words use f and c?

Function


Why you use 'integer' before function in C language?

To specify the return-type of the function.