answersLogoWhite

0

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

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

User Avatar

Wiki User

13y ago

What else can I help you with?

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.


Which example of dialogue is formatted correctly?

The example of dialogue that is formatted correctly is: "I can't believe it," she exclaimed. "This is amazing!"


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


What is an example of dialogue that is formatted correctly?

Here is an example of correctly formatted dialogue: "I can't believe you're here," Sarah exclaimed. "I wouldn't miss it for the world," replied John with a smile.


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 input and output functions in programming languages allow for specific formatting options to be applied to the data being read from or written to the console. These functions enable the programmer to control the appearance of the data, such as specifying the number of decimal places when outputting a floating-point number. On the other hand, unformatted input and output functions simply read or write data without any specific formatting instructions, resulting in a more basic representation of the data on the console. The choice between formatted and unformatted functions depends on the desired level of control over the appearance of the data being processed.


Why printf is used instead of print in c?

The printf() function prints a formatted string.


Can there be friend functions in c plus plus?

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


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.


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.