answersLogoWhite

0


Best Answer

formatted functions::: Follows a fixed format like scanf,printf

Unformatted functions:::Do not have fixed format like gets,getchar

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

madherchod log tu log sab ko paresan karta hai. randi mera kaam hai answer dena, ki tera kaam hai randi ka bacha behnchod.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

There is no 'formatted functions' in C. Or any other language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Example of formatted functions in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is formatted functions in c?

functions which have been modified by using different return types


Difference between formatted and unformatted function in c with example?

Disks and partitions should be formatted before usage.


What is meaning of f in printf in c language?

formatted


What is the full form of the f in printf in c language?

formatted


How do you use scanf with delimiter in c plus plus Please provide a basic example with output?

scanf does not employ a delimiter. It simply reads formatted input from std::cin.


Q2 Differentiate between formatted and unformatted you input and output functions?

Formatted I/P functions: These functions allow us to supply the input in a fixed format and let us obtain the output in the specified form. Formatted output converts the internal binary representation of the data to ASCII characters which are written to the output file. Formatted input reads characters from the input file and converts them to internal form. Format specifications Data type Integer short signed short unsigned long signed long unsigned unsigned hexadecimal unsigned octal %d or %l %u %ld %lu %x %o Real float double %f %lf Character signed character unsigned character %c %c String %s Unformatted I/O functions: There are several standard library functions available under this category-those that can deal with a string of characters. Unformatted Input/Output is the most basic form of input/output. Unformatted input/output transfers the internal binary representation of the data directly between memory and the file


Can there be friend functions in c plus plus?

Yes, there can be friend functions in C++.


Why printf is used instead of print in c?

The printf() function prints a formatted string.


What are the in-built function in c plus plus?

C++ built-in functions are those functions that are provided for you as part of the language itself, and includes all of the C standard library functions (all of which were inherited from C) and is expanded upon by the C++ standard template library. C++ implementors may provide additional functions that are platform-specific, however these are not considered built-in functions becuase C++ is a cross-platform language. These are best described as 3rd party functions. The functions you yourself write are known as user-defined functions.


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

C programs do not function without functions.


Ensample and example?

It seems that an ensample is an archaic form of example. In some modern jargon used to signify an example formatted in a specific manner.


How you describe operations of stack ADT using c template functions?

No, because C does not support the concept of template functions. Template functions only exist in C++, never in C.