answersLogoWhite

0


Best Answer

1. ios functions returns value while manipulators does not.

2.we can not create own ios functions while we can create our own manipulators.

3.ios functions are single and not possible to be combined while manipulators are possible to be applied in chain.

4.ios function needs <iostream> while manipulators needs <iomanip>

5.ios functions are member functions while manipulators are non-member functions.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the basic difference between manipulators and ios member function in implementation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

Difference between normal function inline function?

gffg


What is the difference between a function and Procedure?

Girraf


What is the difference between friend function and normal member function?

We can access a Friend function from any other class in which friend function is introduced or declared even if the other class is not a member of first class. But when we use normal member function, we can have its access only in the derived classes of the first class. This is the basic difference between a friend function and a normal member function.


What is the difference between echo and print and printf in PHP?

The print function is slightly more dynamic than the echo function by returning a value, and the echo function is slightly (very slightly) faster. The printf function inserts dynamic variables/whatever into wherever you want with special delimiters, such as %s, or %d. For example, printf('There is a difference between %s and %s', 'good', 'evil') would return 'There is a difference between good and evil'.


What is the difference between function and recursive function?

I will explain in the easiest way the difference between the function and recursive function in C language. Simple Answer is argument of the function is differ but in the recursive function it is same:) Explanation: Function int function(int,int)// function declaration main() { int n; ...... ...... n=function(a,b); } int function(int c,int d) { ...... ...... ...... } recursive Function: int recursive(int,int)// recursive Function declaration main() { int n; ..... ..... ..... ..... n=recursive(a,b); } int recursive(int a,int b) { ..... .... .... .... } Carefully see, In the recursive Function the function arguments are same.

Related questions

Difference between ios function and manipulators?

1. ios functions returns value while manipulators does not. 2.we can not create own ios functions while we can create our own manipulators. 3.ios functions are single and not possible to be combined while manipulators are possible to be applied in chain. 4.ios function needs &lt;iostream&gt; while manipulators needs &lt;iomanip&gt; 5.ios functions are member functions while manipulators are non-member functions.


Why kiss you instead kiss to you?

Its the difference between intention and implementation


Example of fundamental difference between a polynomial function and an exponential function?

fundamental difference between a polynomial function and an exponential function?


What is the difference between project implementation plan and project charter?

A project implementation plan is a plan detailing the implementation of the project in detail, whereas a project charter is a plan document for the stakeholders with brief milestones in the plan implementation.


What is difference between switch and key?

One is a hardware device and the other is a software implementation.


Difference between normal function inline function?

gffg


What is the difference between the structure of an organ and function of an organ?

the difference is ,a structure is where it is placed and the function is what it daos


What is the difference between the function of an organ and the structure of an organ?

the difference is ,a structure is where it is placed and the function is what it daos


What is the difference between the structure of an organ and the function the organ?

the difference is ,a structure is where it is placed and the function is what it daos


What is the difference between implementation and evaluation?

Evaluation is basically testing the thing that if its working according to what we have designed for.. Implementation means to utilise the thing you designed in the realistic manner..


What is the difference between a formula and a function?

A function has no repeated x values


What is the difference between a function and a formula?

A function has no repeated x values