answersLogoWhite

0

agr pta hota to mein search kiun karti.......

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are periodic functions?

A nonconstant function is called periodic if there exists a number that you can add to (or subtract from) the argument and get the same result. The smallest such positive number is called the period. That is, nonconstant function f(x) is periodic, if and only if f(x) = f(x + h) for some real h. The smallest positive such h is the period. For example, the sine function has period 2*pi, and the function g(x) := [x] - x has period 1.


Hart Enterprises recently paid a dividend It expects to have a nonconstant growth of 20 percent for 2 years followed by a constant rate of 5 percent thereafter The firms required return is 10 percent?

no


What is a constant member function c plus plus?

A constant member function is an instance method that can only modify the mutable members of the class instance. This is achieved by implicitly declaring the this pointer constant. The this pointer is a hidden parameter that is implicitly passed to every instance function, and that points to the current instance of the class. Static member functions do not have an implicit this pointer and therefore cannot be declared const. Consider the following simple class that has both mutable and non-mutable member variables, and both constant and nonconstant member functions: struct foo { void constant()const; void nonconstant(); private: int data1; mutable int data2; }; void foo::constant()const { data1++; // not permitted: the implicit this pointer is declared const data2++; // ok: data2 is mutable } void foo::nonconstant() { data1++; // ok: the implicit this pointer is declared non-const data2++; // ok: data2 is mutable } Note that data2 can always be modified since it is declared mutable, but data1 can only be modified by nonconstant member functions. Members should only be declared mutable when they are only used internally by a class (such as when locking a mutex for thread safety), or where a value needs to be calculated and cached the first time it is accessed.


What are 10 examples of action-at-a-distance force?

Gravitational force Magnetic force Electric force Nuclear force Electrostatic force Tension force in a rope Friction force Spring force Drag force Buoyant force


How many force are there?

3300 salamander


What are 10 examples of non-contact forces?

Gravitational force Electrostatic force Magnetic force Nuclear force Tension force Frictional force Normal force Buoyant force Air resistance force Elastic force


Is centri petal force pseudo force?

No. The centrifugal force is a pseudoforce or a ficticious force; the centripetal force is a real force.


What is the net force on the force gauge?

If the force gauge isn't moving, the the net force must needs be zero.


What are the different forces?

Centrifugal force; Coriolis force; electromagnetic force; Coulomb force; magnetic force; strong force; weak force. 2nd Answer: The 4 specific forces are: - Electromagnetism - Weak nuclear force - Strong nuclear force - Force of gravity


What is the difference between the input force and output force?

The difference between and input force and an output force is that an output force is force exerted by a machine, and an input force is force exerted on a machine.


The force of gravity the electromagntic force the strong nuclear force and the weak nuclear force are?

The four known basic forces in the universe are the gravitational force, the electromagnetic force, the strong force, and the weak force.


What difference of force and net force?

force is a push or pull. net force is the overall force on an object.